An open API service indexing awesome lists of open source software.

https://github.com/pgilad/slush-gulpfile

Quickly generate a pro-like customized gulpfile.js
https://github.com/pgilad/slush-gulpfile

Last synced: about 1 year ago
JSON representation

Quickly generate a pro-like customized gulpfile.js

Awesome Lists containing this project

README

          

# [slush](https://github.com/slushjs/slush)-gulpfile

> Quickly generate a pro-like customized gulpfile.js

**Based on:**

* [Slush](https://github.com/slushjs/slush)
* [Gulp](https://github.com/gulpjs/gulp)

## Features

### Superpowers
* rev
* imagemin
* jshint
* Css Preprocessor

## Getting Started

### Installation

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
```

### Usage

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**

## 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](https://github.com/slushjs/slush).

## Contributing
[![PR Welcome](http://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=flat)](https://github.com/pgilad/slush-gulpfile)

**Just submit a PR!**

## License

MIT @[Gilad Peleg](http://giladpeleg.com)