tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

Custom npm install command #96

Open AlMcKinlay opened 8 years ago

AlMcKinlay commented 8 years ago

It would be great if we could define a custom npm install command for apps.

For example, I have an app that I run with guv. However, I don't want it to install the devdependencies (it doesn't need them), so I would like it to run with "npm install --production" to save time and space.

Edit: Version 3.5.17 Node 6.2.2 Npm 3.10.2