platform-cli/README.md

20 lines
351 B
Markdown
Raw Normal View History

2016-07-05 21:20:45 +00:00
# angel_cli
2016-12-13 17:50:53 +00:00
Command-line tools for the Angel framework.
2017-03-10 03:39:24 +00:00
Includes functionality such as:
* Project scaffolding
* Generating service models, plugins, tests and more
* Renaming projects
* Starting server with live reloading
2016-12-13 17:50:53 +00:00
To install:
```bash
$ pub global activate angel_cli
```
And then, for information on each command:
```bash
$ angel --help
2017-03-10 03:39:24 +00:00
```