platform/README.md

23 lines
382 B
Markdown
Raw Normal View History

2016-07-05 21:20:45 +00:00
# angel_cli
2018-07-14 23:13:32 +00:00
![Screenshot of Terminal](screenshots/screenshot.png)
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
2018-07-14 23:13:32 +00:00
* Much more...
2016-12-13 17:50:53 +00:00
To install:
```bash
$ pub global activate angel_cli
```
And then, for information on each command:
```bash
2018-07-14 23:13:32 +00:00
$ angel help
2017-03-10 03:39:24 +00:00
```