gulp-cli

Command-line interface for running Gulp task automation

brewmacoslinux
Try with needOr install directly
Source

About

Command-line utility for Gulp

Commands

gulp

Examples

Run the default task defined in gulpfile.js$ gulp
Run a specific task named 'build'$ gulp build
Run tasks and watch for file changes$ gulp watch