Skip to content

Commit e9c1028

Browse files
authored
chore: v0.2.4 (VeryGoodOpenSource#150)
1 parent c59ba63 commit e9c1028

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.2.4 (2021-07-14)
2+
3+
### Features
4+
5+
- support custom org name ([#148](https://github.com/VeryGoodOpenSource/very_good_cli/issues/148)) ([c0a2970](https://github.com/VeryGoodOpenSource/very_good_cli/commit/c0a2970451b03d749aa6e9845b2dd8993f2650c4))
6+
- updated very_good_core_bundle.dart ([#149](https://github.com/VeryGoodOpenSource/very_good_cli/issues/149)) ([70507c1](https://github.com/VeryGoodOpenSource/very_good_cli/commit/70507c1b83f25641ad7d1782112e9a84eec1a8d9))
7+
18
# v0.2.3 (2021-06-15)
29

310
### Features

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ Create a new very good flutter starter application in seconds based on [Very Goo
2828

2929
![Very Good Create][very_good_create]
3030

31+
#### Usage
32+
33+
```sh
34+
Creates a new very good flutter project in the specified directory.
35+
36+
Usage: very_good create <output directory>
37+
-h, --help Print this usage information.
38+
--project-name The project name for this new Flutter project. This must be a valid dart package name.
39+
--org-name The organization for this new Flutter project.
40+
(defaults to "com.example.verygoodcore")
41+
```
42+
3143
### What's Included? 📦
3244

3345
Out of the box, [Very Good Core][very_good_core_link] includes:

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: very_good_cli
22
description: A Very Good Command Line Interface for Dart created by Very Good Ventures.
3-
version: 0.2.3
3+
version: 0.2.4
44
homepage: https://github.com/VeryGoodOpenSource/very_good_cli
55

66
environment:

0 commit comments

Comments
 (0)