2021-06-13 09:28:15 +00:00
|
|
|
# Angel3 CLI
|
2018-07-14 23:13:32 +00:00
|
|
|
|
2021-07-18 04:31:03 +00:00
|
|
|
[![Screenshot of Terminal](screenshots/angel3-screenshot.png)](https://github.com/dukefirehawk/angel3-cli)
|
2018-07-14 23:13:32 +00:00
|
|
|
|
2021-09-07 00:11:42 +00:00
|
|
|
[![version](https://img.shields.io/badge/pub-v3.1.1-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)
|
|
|
|
|
2021-07-17 05:10:35 +00:00
|
|
|
Command-line tools for the Angel3 framework that provides the following functionalities:
|
2021-06-12 04:10:34 +00:00
|
|
|
|
2017-03-10 03:39:24 +00:00
|
|
|
* 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-07-17 05:10:35 +00:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
Release version:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
dart pub global activate angel3_cli
|
|
|
|
```
|
|
|
|
|
|
|
|
Development version:
|
2016-12-13 17:50:53 +00:00
|
|
|
|
|
|
|
```bash
|
2021-07-17 05:10:35 +00:00
|
|
|
dart pub global activate --source git https://github.com/dukefirehawk/angel3-cli
|
2016-12-13 17:50:53 +00:00
|
|
|
```
|
|
|
|
|
2021-07-17 05:10:35 +00:00
|
|
|
## Help
|
2021-03-13 02:51:32 +00:00
|
|
|
|
2021-07-17 05:10:35 +00:00
|
|
|
For information on the available options:
|
2016-12-13 17:50:53 +00:00
|
|
|
|
|
|
|
```bash
|
2021-07-17 05:10:35 +00:00
|
|
|
angel3 help
|
2017-03-10 03:39:24 +00:00
|
|
|
```
|