Skip to content

Coffee TDD Build Tools - Gulp, Karma, Jasmine, Docco, Coverage and Coffee

Notifications You must be signed in to change notification settings

bristoljon/gulperizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulperizer

An attempt to provide all the tools for developing and testing coffeescript.

Gulp needs to be installed globally (sudo npm install -g gulp).

Once installed you can use:
gulp compile - to lint and compile coffeescript files in:
./src/coffee/*.coffee
./spec/coffee/*.spec.coffee
to
./src/js/*.js
./spec/js/*.js

gulp docco - generates documentation in ./documentation-output-coffee

gulp test - loads up a karma server with the src and spec .js files in the above folders

gulp all - all of the above

About

Coffee TDD Build Tools - Gulp, Karma, Jasmine, Docco, Coverage and Coffee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published