0.4.0 • Published 7 years ago

@ten-group/ng-ten v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago