small-ngrx-generator

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i small-ngrx-generator

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

11.8 kB

Total Files

12

Last publish

Collaborators

  • piax787