1.0.3 • Published 2 years ago

ngx-ws v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ngx-ws

Tool to generate angular.json from human readable definitions.

Features

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.