@rakeshswain16/angen
v2.1.3
Published
Angular Template Genarator app
Downloads
2
Readme
Project Template Generator
Build your own custom project templates with this project template generator from anywhere on your machine.
Why the Project Template Generator
If you have to create a lot new projects with the same setup you can use this template generator to setup a single project and reuse that project for your new projects.
Steps to setup the template generator
1. run command: create-angular-app
2. It will ask two type of project creation process: Use integrated templates or create custom template.
3. Once you select your template, it will automatically run npm install.
4.If you select custom template, you will have to choose some pattern.
Use Generator from anywhere
Install package and Generate your angular app with built-n template:
1.install: npm install -g @rakeshswain16/angen
2.Run: create-angular-app
3.Select Template type: 1.Integrated Template or 2.Create Custom template
4.Integrated Template: 1.Simple Blank App 2.Data Visualization 3.Data Tabulation -> Enter Prject Name
Custom Template :1.Enter Project Name 2.Routing Required(top nav, left nav) 3.Theme (Dark/Light)
5.Done