angular-app-generator
v0.0.4
Published
This plugin helps to create a new angular project with AppComponent defining as angular custom component.
Downloads
3
Readme
angular-app-generator
This plugin helps to create a new angular project with AppComponent defining as angular custom component.
Installation
npm install -g angular-app-generator
usage
After installation, navigate to the folder where you want a new app to be created and then type create-plugin
. Then enter the project name and custom element name.
A new angular project with AppComponent
defining as angular custom component will be created.