0.1.4 • Published 8 years ago

generator-gulp-coffee v0.1.4

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

generator-gulp-coffee

Generator a minimum gulp and coffee-script project with Yeoman.

Getting Started

Not every new computer comes with a Yeoman pre-installed. You only have to install it once.

$ npm install -g yo

Yeoman Generators

To install generator-gulp-coffee from npm, run:

$ npm install -g generator-gulp-coffee

And then, create a directory to put you gulp project in:

$ mkdir your-coffee-proj && cd $_

After that, initiate the generator:

$ yo gulp-coffee

This step takes time to install all dependencies that your project needs.

Finally, run npm start to start your development server and see the demo project.

Any .coffee files changed in ./src will trigger a compilation process and the '.js' files will be written to ./lib folder.

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago