> What I ended up doing is simply defining a folder which all plugins have to be in.
That seems to be a good minimalist approach. One requirement for this project is for plugin developers to be able to easily publish their plugins so that every app user can select which plugins to use. So some kind of public repository, or registry, is needed to drop in plugins. So I either use the npm registry or somewhat duplicate it's functionality. Then I need the modules installed locally. Putting them all in a single folder works for this. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
