runner-cli
runner-cli copied to clipboard
A universal task runner wrapper. Supporting NPM scripts, Gulp, Makefiles and shell scripts
Can you add support for grunt?
gulp is using [liftoff](https://github.com/js-cli/js-liftoff) under the hood, which means gulpfile can be written in any language (ts - TypeScript, coffee - coffeescript) See list of supported extensions - https://github.com/gulpjs/interpret
``` node v8.11.3 Win 8.1 [email protected] ``` ``` > run eslint npm run eslint events.js:183 throw er; // Unhandled 'error' event ^ Error: spawn npm ENOENT at _errnoException (util.js:992:11) at...