Updated README
This commit is contained in:
parent
a71e02d7bd
commit
ac607e636a
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
# 3.0.0-beta.2
|
||||
* Updated README
|
||||
# 3.0.0-beta.1
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
* Replaced `mustache4dart2` with `mustache_template`
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# angel3_cli
|
||||
|
||||
![Screenshot of Terminal](screenshots/screenshot.png)
|
||||
[![Screenshot of Terminal](screenshots/screenshot.png)](https://github.com/dukefirehawk/angel3-cli)
|
||||
|
||||
[![version](https://img.shields.io/badge/pub-v3.0.-brightgreen)](https://pub.dartlang.org/angel3-cli)
|
||||
[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dartlang.org/angel3_cli)
|
||||
[![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)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: angel3_cli
|
||||
version: 3.0.0-beta.1
|
||||
version: 3.0.0-beta.2
|
||||
description: Command-line tools for the Angel framework, including scaffolding.
|
||||
homepage: https://github.com/dukefirehawk/angel3_cli
|
||||
homepage: https://github.com/dukefirehawk/angel3-cli
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue