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
- Host: GitHub
- URL: https://github.com/pgilad/slush-gulpfile
- Owner: pgilad
- License: mit
- Created: 2014-05-29T22:04:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T10:25:39.000Z (over 11 years ago)
- Last Synced: 2025-05-09T02:16:09.039Z (about 1 year ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://github.com/pgilad/slush-gulpfile)
**Just submit a PR!**
## License
MIT @[Gilad Peleg](http://giladpeleg.com)