Updated README
This commit is contained in:
parent
78c7076745
commit
383fdfb8f9
5 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Angel3 Command Line Interface
|
||||
# Angel3 CLI
|
||||
|
||||
[![Angel3 Logo](angel3_logo.png)] (https://github.com/dukefirehawk/angel3-cli)
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
|||
[![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
|
||||
```
|
||||
|
|
BIN
angel3_logo.png
BIN
angel3_logo.png
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 |
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue