Updated README

This commit is contained in:
thomashii@dukefirehawk.com 2023-10-21 10:27:39 +08:00
parent 78c7076745
commit 383fdfb8f9
5 changed files with 11 additions and 8 deletions

View file

@ -1,9 +1,14 @@
# Change Log
## 8.1.1
* Updated README
* Updated to logo
## 8.1.0
* Updated README
* Updated to new logo
* Updated to logo
* Updated to `analyzer` 6.2.x
* Updated to support Dart SDK 3.1.x

View file

@ -1,13 +1,13 @@
# Angel3 Command Line Interface
# Angel3 CLI
[![Angel3 Logo](angel3_logo.png)](https://github.com/dukefirehawk/angel3-cli)
[![Angel3 Logo](angel3_logo.png)] (https://github.com/dukefirehawk/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/dukefirehawk/angel3-cli)](https://github.com/dukefirehawk/angel3-cli/blob/master/LICENSE)
Command-line tools for the [Angel3 framework](https://pub.dev/packages/angel3_framework) that provides the following functionalities:
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
@ -16,8 +16,6 @@ Command-line tools for the [Angel3 framework](https://pub.dev/packages/angel3_fr
## Installation
Release version:
```bash
dart pub global activate angel3_cli
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -1,6 +1,6 @@
name: angel3_cli
version: 8.1.0
description: Command line tools for the Angel3 framework, including scaffolding.
version: 8.1.1
description: The command line interface for building dart backend in Angel3 framework.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel3-cli
environment: