node.js - How can I run a gulp task globally -


good day people,

i have gulpfile.js few tasks inside run (from command line) globally on system. possible? if yes, how would/should go doing this?

essentially, trying create installable node command line tool utilizes tasks have set in gulp.

looking forward reading responses.

i pretty sure isn't possible. because gulp looks local gulp installation , local file. maybe there ugly hack.

instead write module maybe uses commander cli functionality. if you'd want call gulp tasks within module.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -