Simple NVM wrapper that installs node and provides binary wrappers.
- Copy this entire project into your project. The default name of nodew is expected.
- Copy .nodewrc into the directory containing your nodew directory.
- Edit .nodewrc to reflect your dependency versions.
The anticipated usage would be to first pull these scripts into your project and leave them in a nodew directory. From there all assocaited node tasks will run through either the nodew script itself or through the convenience node and npm wrappers.
Wrapper around cl executable commands. Command are executed against the configured node environment.
nodew.sh gulp build
Wrapper around the installed node.js binary. Works just like native node.
npm.sh install
Wwrapper around the installed npm binary. Works just like native npm.
node.sh run