UNPKG

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