19 lines
351 B
Markdown
19 lines
351 B
Markdown
# angel_cli
|
|
Command-line tools for the Angel framework.
|
|
Includes functionality such as:
|
|
* Project scaffolding
|
|
* Generating service models, plugins, tests and more
|
|
* Renaming projects
|
|
* Starting server with live reloading
|
|
|
|
To install:
|
|
|
|
```bash
|
|
$ pub global activate angel_cli
|
|
```
|
|
|
|
And then, for information on each command:
|
|
|
|
```bash
|
|
$ angel --help
|
|
```
|