Skip to content

Yeoman generator for front end apps using gulp, Karma, Mocha & other goodies

License

Notifications You must be signed in to change notification settings

wbyoung/caribou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caribou Generator

NPM version Build status Code Climate Coverage Status Dependencies devDependencies

Yeoman generator for projects that want a simple path to set up the following tools for front-end development:

Caribou

You can optionally set up:

Install

npm install -g yo generator-caribou
mkdir my-app
cd my-app
yo caribou

Usage

Caribou uses gulp as a task runner. The following tasks are available:

  • default runs the build task
  • serve cleans, runs linter, builds, serves, and watches for development
  • serve:dist cleans, runs linter, builds, and serves for distribution
  • test cleans, runs linter, builds, tests, and watches for development
  • test:coverage cleans, runs linter, builds, tests, and generates code coverage
  • test:app cleans, runs linter, builds, tests, and watches app for development
  • test:server cleans, runs linter, builds, tests, and watches server for development
  • build cleans, runs linter and builds for distribution
  • lint cleans, runs linter
  • clean cleans for development
  • clean:dist cleans for distribution

License

This project is distributed under the MIT license.

About

Yeoman generator for front end apps using gulp, Karma, Mocha & other goodies

Resources

License

Stars

Watchers

Forks

Packages

No packages published