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
|
|
|
|
2021-02-16 02:10:09 +00:00
|
|
|
* To install:
|
2016-12-13 17:50:53 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
$ pub global activate angel_cli
|
|
|
|
```
|
|
|
|
|
2021-02-16 02:10:09 +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
|
2018-07-14 23:13:32 +00:00
|
|
|
$ angel help
|
2017-03-10 03:39:24 +00:00
|
|
|
```
|