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

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago