Skip to content

cloudfour/generator-drizzle

Repository files navigation

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  [email protected]: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