Computer readable `gulp --tasks`
Created by: sindresorhus
I had to implement this "beautiful" regex to be able parse it out: /] (?:├|└)─[^\w]+(\w+)/g
Maybe gulp --tasks-simple
From this:
[gulp] Using gulpfile ~/Downloads/danielhusar.sk/gulpfile.js
[gulp] Tasks for [object Object]
[gulp] ├── lint
[gulp] ├── scripts
[gulp] ├── sass
[gulp] ├── sprite
[gulp] ├── imagemin
[gulp] ├─┬ default
[gulp] │ ├── jekyll
[gulp] │ ├── sass
[gulp] │ └── scripts
[gulp] ├── jekyll
[gulp] └── server
to this:
lint
scripts
sass
sprite
imagemin
default
jekyll
server