0.0.2 • Published 8 years ago

generator-drizzle v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-drizzle

Yeoman generator for Drizzle-based projects

Running locally

First clone the repository. The --recursive flag is needed to include the Drizzle submodule.

git clone --recursive  git@github.com:cloudfour/generator-drizzle.git

Then link the generator.

cd generator-drizzle
npm link

Then run the generator.

cd path/to/a/new/project
yo drizzle --help

Testing

npm test