0.4.0 • Published 6 years ago

@ten-group/ng-ten v0.4.0

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

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
0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago