gulp-syrup v1.0.4
Syntax syrup for gulpfile
Usage
In your gulpfile, gulp-syrup
works like the following.
const task src dest $ =
gulp-syrup
returns the static versions of the gulp APIs and $
as gulp-load-plugins
.
Expose to globals
It's useful if it works but be careful.
This exposes the gulp APIs and gulp-load-plugins
to the global namespace of gulpfile i.e. exposes src
, dest
, task
, watch
and $
.
Install
npm install --save-dev gulp-syrup
License
MIT