Lightning generation of a gulpfile for a project
npm install slush-gulpfile> Quickly generate a pro-like customized gulpfile.js
Based on:
Install slush-gulpfile globally:
``bash`
$ npm install -g slush-gulpfile
Remember to install slush globally as well, if you haven't already:
`bash`
$ npm install -g slush
Create a new folder for your project:
`bash`
$ mkdir my-cool-scaffold
Run the generator from within the new folder:
`bash``
$ cd my-cool-scaffold && slush gulpfile
Notice: gulp dependencies are currently not automagically added to package.json
So many, just so many...
Slush is a tool that uses Gulp for project scaffolding.
To find out more about Slush, check out the documentation.
Just submit a PR!
MIT @Gilad Peleg