@kasaharu/ng-schematics
v0.1200.0
Published
Custom schematics
Readme
ng-schematics
このリポジトリは Angular アプリケーション用の Custom Schematics です。
Use
Install
$ yarn add @kasaharu/ng-schematics -DGenerate NgRx Store by this schematics
- Generate 2 files
src/app/features/store/hello.store.tsandsrc/app/features/store/hello.store.spec.ts
$ yarn ng-schematics ngrx-store --name features/store/hello- If multiple projects,
$ yarn ng-schematics ngrx-store --name features/store/hello --project other-appDevelopment
build and use
$ yarn build
$ yarn schematics .:ngrx-store --name features/store/hello --debug falsetest
$ yarn test