@ng-generate/cli
v1.0.3
Published
A small package to generate angular projects from JSON files
Downloads
4
Readme
NG Generate
Is a package build upon angular, whose objectif is to propose a better way of generating angular projects, here using JSON files.
Usage
Use
npm i @ng-generate/cli
to install the package locally ornpm i -g @ng-generate/cli
to install the package globally.Next is to use
ngen <path> <flags>
to run the command.
Parameters
- Flags are same as those of the
@angular/cli
- The first parameter is the path to the json file.
JSON parameter structure
The JSON that should be gave at the beginning must have particular structures. That is: