0.2.15 • Published 10 years ago

generator-caribou v0.2.15

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

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:

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.

0.2.15

10 years ago

0.2.14

10 years ago

0.2.13

10 years ago

0.2.12

10 years ago

0.2.11

10 years ago

0.2.10

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago