Yeoman generator for Drizzle-based projects
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
npm test