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
Post a Comment