platform-cli/README.md

27 lines
565 B
Markdown
Raw Normal View History

2021-06-11 05:07:53 +00:00
# angel3_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
2021-03-13 02:51:32 +00:00
* To install:
2016-12-13 17:50:53 +00:00
```bash
2021-06-11 05:07:53 +00:00
$ pub global activate angel3_cli
2016-12-13 17:50:53 +00:00
```
2021-03-13 02:51:32 +00:00
* Install development version
`dart pub global activate --source path ./packages/cli`
`dart pub global activate --source git https://github.com/dukefirehawk/angel/packages/cli`
2016-12-13 17:50:53 +00:00
And then, for information on each command:
```bash
2021-06-11 05:07:53 +00:00
$ angel3 help
2017-03-10 03:39:24 +00:00
```