32 lines
954 B
Markdown
32 lines
954 B
Markdown
# angel3_cli
|
|
|
|
![Screenshot of Terminal](screenshots/screenshot.png)
|
|
|
|
[![version](https://img.shields.io/badge/pub-v3.0.-brightgreen)](https://pub.dartlang.org/angel3-cli)
|
|
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
|
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
|
|
|
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel3-cli/blob/master/LICENSE)
|
|
|
|
|
|
Command-line tools for the Angel3 framework.
|
|
Includes functionality such as:
|
|
* Project scaffolding
|
|
* Generating service models, plugins, tests and more
|
|
* Renaming projects
|
|
* Much more...
|
|
|
|
* To install:
|
|
|
|
```bash
|
|
$ pub global activate angel3_cli
|
|
```
|
|
|
|
* Install development version
|
|
`dart pub global activate --source git https://github.com/dukefirehawk/angel3-cli`
|
|
|
|
And then, for information on each command:
|
|
|
|
```bash
|
|
$ angel3 help
|
|
```
|