@ezzabuzaid/angular-generator
v1.0.8
Published
Forms Generator for angular based on material design
Downloads
3
Maintainers
Readme
Generator for angular forms based on material design
npm i -g @ezzabuzaid/angular-generator
Just write semi --path "to/folder"
in terminal the default browser will open with an interface that hold two input.
e.g:: semi --path "my-folder"
JSON:: { "name":"John", "age":30, "car":"toyota" }
Component name:: my-component
The result will be
| - app
| - my-folder
| - my-component
| - .html
| - .scss
| - .ts
| - models
| - my-component.model.ts
You must run this command in root of angular project to avoid any error