A guy I work with started using this package and wanted to use it for running npm scripts on projects, so he basically changed the executable to npm and sourced the scripts from the package.json and everything just kinda worked :sweat_smile:
I thought it might be good if we could make Node/Npm or gulp versions of this using the same mechanisms? What do you think?
yeah definitely that sounds useful. but i don't personally have a use-case for it, so I probably am not going to be motivated to help :P but you have contrib! so of course feel free :D.
A guy I work with started using this package and wanted to use it for running npm scripts on projects, so he basically changed the executable to
npm
and sourced the scripts from thepackage.json
and everything just kinda worked :sweat_smile:I thought it might be good if we could make Node/Npm or gulp versions of this using the same mechanisms? What do you think?