@ten-group/ng-ten
v0.4.0
Published
A simple CLI to help Ten Group with CI/CD process for Angular apps.
Downloads
36
Keywords
Readme
ng-ten CLI
A simple CLI to help Ten Group with CI/CD process for Angular apps.
Usage
npm install -g @ten-group/ng-ten
ng-ten --help
Debugging
Find out where the files are deployed:
DEBUG=deploy ng-ten deploy
Project config
A project config named .ng-ten.json
located at your project root is required. The config needs to implement the [ProjectConfig](src/models/project-config.ts)
interface.
How to deploy a new version
Using standard-version
create a tag that follows semver and commit a changelog:
npm run release:prepare
Confirm the git history looks as it should (tags, commits etc) and push & deploy using:
npm run release:publish