31 lines
1 KiB
Markdown
31 lines
1 KiB
Markdown
# Angel3 CLI
|
|
|
|
[![Angel3 Logo](angel3_logo.png)](https://github.com/dart-backend/angel3-cli)
|
|
|
|
![Pub Version (including pre-releases)](https://img.shields.io/pub/v/angel3_cli?include_prereleases)
|
|
[![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/dart-backend/angel3-cli)](https://github.com/dart-backend/angel3-cli/blob/master/LICENSE)
|
|
|
|
The command line interface for buidling dart backend in [Angel3 framework](https://pub.dev/packages/angel3_framework) that provides the following functionalities:
|
|
|
|
* Project scaffolding
|
|
* Generating service models, plugins, tests and more
|
|
* Renaming projects
|
|
* Much more...
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
dart pub global activate angel3_cli
|
|
```
|
|
|
|
## Help
|
|
|
|
For information on the available options:
|
|
|
|
```bash
|
|
angel3 help
|
|
```
|
|
|
|
[![Screenshot of Terminal](screenshots/angel3-screenshot.png)](https://github.com/dart-backend/angel3-cli)
|