1.2.3 • Published 6 years ago
@ezzing/ezz-schematics
Licence
MIT
Version
1.2.3
Deps
9
Size
90 kB
Vulns
0
Weekly
0
Ezzing Schematics
The objective of this package is to help in the creation of structures that you have to do, usually, repetitively.
Simply add it as an angular schematics in your angular.json and run it like any schematic.
Current Schematics
NgRx Entities

With the schematic ezz-entity you can generate the following files:
- entityName.reducer.ts
- entityName.actions.ts
- entityName.selectors.ts
- entityName.effects [ On demand with cli ]
Note: it has support for all type of plurals. (i.e: offer -> offers | activity -> activities)