generator-gulp-coffee
v0.1.4
Published
A yeoman generator to generate a boilerplate project for gulp and coffee-script development
Downloads
1
Maintainers
Readme
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.