https://github.com/cloudfour/generator-drizzle
Yeoman generator for Drizzle-based projects
https://github.com/cloudfour/generator-drizzle
Last synced: 8 months ago
JSON representation
Yeoman generator for Drizzle-based projects
- Host: GitHub
- URL: https://github.com/cloudfour/generator-drizzle
- Owner: cloudfour
- License: mit
- Created: 2016-04-05T23:31:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T08:19:51.000Z (about 1 year ago)
- Last Synced: 2025-07-02T05:20:51.913Z (9 months ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-drizzle
> Yeoman generator for Drizzle-based projects
## Running locally
First `clone` the repository. The `--recursive` flag is needed to include the [Drizzle](https://github.com/cloudfour/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
```