docs - API - CLI - REPL - logging - arguments
var gulp = require('gulp-runtime').create({ repl: true });When an instance passes repl: true the process running does not exit when all tasks are done. For this case, REPL listening on stdin.
$ node gulpfile.jspress enter and you will see a prompt > that will run the tasks defined in the gulpfile
>
> build less compress pngFor more information about how tasks are run see gulp-repl.