-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Hello there,
I would like to call for help and see if anyone is willing to contribute on this. I need a way for people to be able to install extensions as modules.
The install would go like any other nodejs module install:
npm install --save some-extension
Then, automatically, when the app is built, these extensions should be moved into another folder inside the app, in this case, the extensions
folder.
The path to the extensions folder is ../extensions
App
-- src
---- extensions
@justinmchase I liked your answer here: npm/npm#3597 (comment) If you are willing to give me a hand, I would greatly appreciate it.