generator-gulp-coffee

0.1.4 • Public • Published

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.

Package Sidebar

Install

npm i generator-gulp-coffee

Weekly Downloads

4

Version

0.1.4

License

ISC

Last publish

Collaborators

  • jacobbubu