mattmodrowski / quenchjs

The Gulp file generator.
http://quenchjs.com
118 stars 10 forks source link

QUENCH

The Gulp file generator. Easily automate your next web project.


What is Gulp?

Gulp is a command-line JavaScript task runner that automates your web workflow by way of self-scripted tasks.

So Quench does what exactly?

Quench easily creates those self-scripted tasks based on your custom input.

CSS AUTOMATION

JAVASCRIPT AUTOMATION

IMAGES AND BEYOND

Prerequisites

Quench requires both Node and Gulp. Install those first!

How To Use Quench

  1. Unzip the downloaded project files.
  2. Use the command line to navigate to the project directory. For example if you were navigating to a test folder on your Desktop, you would use:

    cd Desktop/test

  3. Run npm install
  4. Run gulp
  5. Code away!