@ngpat/nx-ng-mat-prototype
v17.0.2
Published
A script to generate an nx repository with: - Angular - Angular Material - Firebase - NgRx - TypeScript
Downloads
97
Readme
@ngpat/nx-ng-mat-prototype
A script to generate an nx repository with:
- Angular
- Angular Material
- Firebase
- NgRx
- TypeScript
Run
npx @ngpat/nx-ng-mat-prototype
Answer questions to generate the repository. Example answers:
What is the initial domain name?
- demo-workspace
What is the initial application name?
- todo
What is the ngrx Entity interface name?
- Todo
The Entity interface name is used to generate the ngrx Entity interface and the ngrx Entity State interface.
Add a mobile app ( Capacitor.js )? (y/N)
- y
Create a Capacitor.js app for iOS and Android.
Add a desktop app ( Electron.js )? (y/N)
- y
Create an Electron.js app for Windows, Mac, and Linux.
Configure Firebase? (y/N)
- y
Add Firebase to the project. This works best if a firebase project is already created.