2023-10-21 02:27:39 +00:00
# Angel3 CLI
2018-07-14 23:13:32 +00:00
2023-12-25 04:40:00 +00:00
[![Angel3 Logo ](angel3_logo.png )](https://github.com/dart-backend/angel3-cli)
2018-07-14 23:13:32 +00:00
2021-09-16 02:14:04 +00:00
![Pub Version (including pre-releases) ](https://img.shields.io/pub/v/angel3_cli?include_prereleases )
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)
2023-12-25 04:40:00 +00:00
[![License ](https://img.shields.io/github/license/dart-backend/angel3-cli )](https://github.com/dart-backend/angel3-cli/blob/master/LICENSE)
2021-06-12 04:10:34 +00:00
2023-10-21 02:27:39 +00:00
The command line interface for buidling dart backend in [Angel3 framework ](https://pub.dev/packages/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
```bash
dart pub global activate angel3_cli
```
## 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
```
2023-10-08 02:25:40 +00:00
2023-12-25 04:40:00 +00:00
[![Screenshot of Terminal ](screenshots/angel3-screenshot.png )](https://github.com/dart-backend/angel3-cli)