0.0.1 • Published 6 years ago

small-ngrx-generator v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

small-ngrx-generator

Forked version of Netanel Basal ngrx-generator node package

Helps generate ngrx boilerplate

Getting Started

Install it via npm:

npm install small-ngrx-generator -g
sm-ngrx-gen

By default, it will create the templates in the current directory. If you prefer the ngrx/example style -

- reducers
- services
- actions
- effects
- services

you can add the following line to your package.json

{
 "ngrxGen": {
   "basePath": "./src/app", // optional - this should be relative to your root package.json file
   "seperateDirectory": "true"
 }
}

License

MIT