2021-06-13 09:28:15 +00:00
|
|
|
# Angel3 CLI
|
2018-07-14 23:13:32 +00:00
|
|
|
|
2021-06-12 04:23:33 +00:00
|
|
|
[![Screenshot of Terminal](screenshots/screenshot.png)](https://github.com/dukefirehawk/angel3-cli)
|
2018-07-14 23:13:32 +00:00
|
|
|
|
2021-06-12 04:23:33 +00:00
|
|
|
[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dartlang.org/angel3_cli)
|
2021-06-12 04:10:34 +00:00
|
|
|
[![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.
|
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
|
2021-06-12 04:10:34 +00:00
|
|
|
`dart pub global activate --source git https://github.com/dukefirehawk/angel3-cli`
|
2021-03-13 02:51:32 +00:00
|
|
|
|
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
|
|
|
```
|