platform-cli/README.md
2018-07-14 19:13:32 -04:00

22 lines
382 B
Markdown

# angel_cli
![Screenshot of Terminal](screenshots/screenshot.png)
Command-line tools for the Angel framework.
Includes functionality such as:
* Project scaffolding
* Generating service models, plugins, tests and more
* Renaming projects
* Much more...
To install:
```bash
$ pub global activate angel_cli
```
And then, for information on each command:
```bash
$ angel help
```