ngx-ws
v1.0.3
Published
Tool to generate angular.json from human readable definitions.
Downloads
2
Readme
ngx-ws
Tool to generate angular.json from human readable definitions.
Features
- YAML and JSON5 support.
- JSON Reference support.
- Recursive values interpolation.
- Simplify scripts, styles and assets configuration.
Installation
Install globally:
mpm install -g ngx-ws
Or run with npx:
npx ngx-ws
Usage
Run command in directory with angular.json
file.
rm angular.json ; ngx-ws -v
See example and pay attention to angular-workspace.yaml and angular-project.yaml files.
Options
--deps Update package.json with project
specific dependence's.
--debug Debug mode (Don't delete temporary files).
--dry-run Dry run.
-v, --verbose Verbose output.
--version Show version number.
--help Show help.