gulp-cli
gulp-cli copied to clipboard
Command Line Interface for gulp.
Hello, Not a bug but a question and suggestion here. I hope i'm in the right repository. Why there is leading ellipsis added on the `task.flags` description when running `gulp...
This pr is to fix #211.
I've implemented configurable logs with theming-log. But it is needed [js-liftoff#95](https://github.com/js-cli/js-liftoff/pull/95) to configure logs for require flag and completion flag.
I never figured out how this could be reported properly because the process never gracefully exits during a watch - the user has to interrupt it with a SIGHUP or...
[This Stack Overflow post](https://stackoverflow.com/a/49849088/1611058) explains how to use TypeScript on the primary gulp file. Those steps work successfully for the main gulpfile.ts and outputs this line to the console when...
To make it easier to debug #219 I've attempted to make a failing test for it based on the Babel gulp file test.
### What were you expecting to happen? When I click CTRL+C, a sigterm is sent to gulp. I have created a watcher which spawns a child_process when anything under `src/**`...
### What is this PR for? This is a ERR_UNSUPPORTED_DIR_IMPORT fixed patch. (And did a bit code refactor in `require-or-import.js` file) Before this patch, gulp-cli won't be able to read...
While thinking about https://github.com/gulpjs/gulp-cli/pull/214#issuecomment-637921048 I realized I also needed to add the `.mjs` extension to the 1.x and 2.x release streams of `interpret`, but all the tests were passing for...
I've add `initCwd` entry to the last of `opts.configFiles`. This PR is for the issue #146 and changes gulp's behaviors about using config file and selecting gulpfile. * There is...