@ten-group/ng-ten
v0.4.0
Published
A simple CLI to help Ten Group with CI/CD process for Angular apps.
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 --helpDebugging
Find out where the files are deployed:
DEBUG=deploy ng-ten deployProject 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:prepareConfirm the git history looks as it should (tags, commits etc) and push & deploy using:
npm run release:publish