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
|
# Change Log
|
||||||
|
|
||||||
|
## 8.1.1
|
||||||
|
|
||||||
|
* Updated README
|
||||||
|
* Updated to logo
|
||||||
|
|
||||||
## 8.1.0
|
## 8.1.0
|
||||||
|
|
||||||
* Updated README
|
* Updated README
|
||||||
* Updated to new logo
|
* Updated to logo
|
||||||
* Updated to `analyzer` 6.2.x
|
* Updated to `analyzer` 6.2.x
|
||||||
* Updated to support Dart SDK 3.1.x
|
* Updated to support Dart SDK 3.1.x
|
||||||
|
|
||||||
|
|
|
@ -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)
|
![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)
|
[![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)
|
[![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)
|
[![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
|
* Project scaffolding
|
||||||
* Generating service models, plugins, tests and more
|
* 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
|
## Installation
|
||||||
|
|
||||||
Release version:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dart pub global activate angel3_cli
|
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
|
name: angel3_cli
|
||||||
version: 8.1.0
|
version: 8.1.1
|
||||||
description: Command line tools for the Angel3 framework, including scaffolding.
|
description: The command line interface for building dart backend in Angel3 framework.
|
||||||
homepage: https://angel3-framework.web.app/
|
homepage: https://angel3-framework.web.app/
|
||||||
repository: https://github.com/dukefirehawk/angel3-cli
|
repository: https://github.com/dukefirehawk/angel3-cli
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue