gulp-cli
gulp-cli copied to clipboard
Command Line Interface for gulp.
Hey, it would be really useful if I could tell Gulp to log only when a task is done, not when it starts. I don't actually care when the task...
In #200 it was identified that gulp failed to work with Windows extended-length paths. And it was fixed with `path.join()` in #201 However, we don't have any regression test for...
I've added customizing mechanism in gulp-cli. And also I've made colors of a task tree customizable with this. [sttk/gulp-cli#make_customizable](https://github.com/gulpjs/gulp-cli/compare/master...sttk:make_customizable) - You can change the colors by `.gulprc` files in user...
I found a strange behavior about changing working directory. This is related to [the comment](https://github.com/gulpjs/gulp-cli/issues/109#issuecomment-307569185) in #109. Assuming directory structure: ``` project/ ├── gulpfile.js └── currentdir/ ├── .gulp.js └── gulpfile-2.js...
The `chdir` logic already comes later in the program so this one should be easy.
We should support `gulplog` in the 3.x branch of this CLI so modules can update sooner than later.
I was just looking at #115 and realized that we don't have any coverage/testing over the 3.x CLI usage. It'd be nice to add that to the CI matrix for...
Is this something people like and would want? We would use https://github.com/yeoman/update-notifier like yeoman does. cc @sindresorhus
Ref https://github.com/gulpjs/gulp/issues/361