UNPKG

1.57 kBMarkdownView Raw
1cli
2===
3
4cli tool for the ngx-next platform
5
6[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
7[![Version](https://img.shields.io/npm/v/cli.svg)](https://npmjs.org/package/cli)
8[![CircleCI](https://circleci.com/gh/ngx-next/cli/tree/master.svg?style=shield)](https://circleci.com/gh/ngx-next/cli/tree/master)
9[![Downloads/week](https://img.shields.io/npm/dw/cli.svg)](https://npmjs.org/package/cli)
10[![License](https://img.shields.io/npm/l/cli.svg)](https://github.com/ngx-next/cli/blob/master/package.json)
11
12<!-- toc -->
13* [Usage](#usage)
14* [Commands](#commands)
15* [Command Topics](#command-topics)
16<!-- tocstop -->
17# Usage
18<!-- usage -->
19```sh-session
20$ npm install -g @ngx-next/cli
21$ ngx COMMAND
22running command...
23$ ngx (-v|--version|version)
24@ngx-next/cli/0.1.43-next.0 darwin-x64 node-v10.13.0
25$ ngx --help [COMMAND]
26USAGE
27 $ ngx COMMAND
28...
29```
30<!-- usagestop -->
31# Commands
32<!-- commands -->
33# Command Topics
34
35* [`ngx build`](docs/build.md) - build all apps in the current ngx-next workspace
36* [`ngx commands`](docs/commands.md) - list all the commands
37* [`ngx help`](docs/help.md) - display help for ngx
38* [`ngx publish`](docs/publish.md) - publish all packages in current ngx-next workspace
39* [`ngx push`](docs/push.md) - push all libs in the current ngx-next workspace to github
40* [`ngx release`](docs/release.md) - release all packages in current ngx-next workspace
41* [`ngx split`](docs/split.md) - split all libs in the current ngx-next workspace
42* [`ngx update`](docs/update.md) - update the ngx CLI
43
44<!-- commandsstop -->