slush-gulpfile

Lightning generation of a gulpfile for a project

Usage no npm install needed!

<script type="module">
  import slushGulpfile from 'https://cdn.skypack.dev/slush-gulpfile';
</script>

README

slush-gulpfile

Quickly generate a pro-like customized gulpfile.js

Based on:

Features

Superpowers

  • rev
  • imagemin
  • jshint
  • Css Preprocessor

Getting Started

Installation

Install slush-gulpfile globally:

$ npm install -g slush-gulpfile

Remember to install slush globally as well, if you haven't already:

$ npm install -g slush

Usage

Create a new folder for your project:

$ mkdir my-cool-scaffold

Run the generator from within the new folder:

$ cd my-cool-scaffold && slush gulpfile

Notice: gulp dependencies are currently not automagically added to package.json

Options

So many, just so many...

Getting To Know Slush

Slush is a tool that uses Gulp for project scaffolding. To find out more about Slush, check out the documentation.

Contributing

PR Welcome

Just submit a PR!

License

MIT @Gilad Peleg