gulp-shell

A handy command line interface for gulp.

Installation

npm install --save-dev gulp-shell

Configuration

const gulp = require('gulp')
const shell = require('gulp-shell')

gulp.task('greet', shell.task('echo Hello, World!'))