File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,6 @@ very_good create docs_site my_docs_site
100100
101101```
102102
103- #### Syntax changes in v0.10.0
104-
105- ⚠️ v0.10.0 changed the syntax of the ` very_good create ` command. Learn about the changes [ here] [ new_syntax_link ] .
106-
107103---
108104
109105### ` very_good packages get `
@@ -158,14 +154,16 @@ See the complete list of commands and usage information.
158154Usage: very_good < command> [arguments]
159155
160156Global options:
161- -h, --help Print this usage information.
162- --version Print the current version.
157+ -h, --help Print this usage information.
158+ --version Print the current version.
159+ --[no-]verbose Noisy logging, including all shell commands executed.
163160
164161Available commands:
165- create very_good create < output directory >
162+ create very_good create < subcommand > < project-name > [arguments]
166163 Creates a new very good project in the specified directory.
167164 packages Command for managing packages.
168165 test Run tests in a Dart or Flutter project.
166+ update Update Very Good CLI.
169167
170168Run " very_good help <command>" for more information about a command.
171169```
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Very Good CLI is a Command-Line Interface that enables you to generate VGV-opini
1515In order to use Very Good CLI you must have [ Dart] [ dart_sdk ] and [ Flutter] [ flutter_sdk ] installed on your machine.
1616
1717::: info
18- Very Good CLI requires Dart ` ">=2.13 .0 <3 .0.0" `
18+ Very Good CLI requires Dart ` ">=3.1 .0 <4 .0.0" `
1919:::
2020
2121## Installing
@@ -104,14 +104,16 @@ See the complete list of commands and usage information.
104104Usage: very_good < command> [arguments]
105105
106106Global options:
107- -h, --help Print this usage information.
108- --version Print the current version.
107+ -h, --help Print this usage information.
108+ --version Print the current version.
109+ --[no-]verbose Noisy logging, including all shell commands executed.
109110
110111Available commands:
111- create very_good create < output directory >
112+ create very_good create < subcommand > < project-name > [arguments]
112113 Creates a new very good project in the specified directory.
113114 packages Command for managing packages.
114115 test Run tests in a Dart or Flutter project.
116+ update Update Very Good CLI.
115117
116118Run " very_good help <command>" for more information about a command.
117119```
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ Get step-by-step guides to using Very Good CLI.
1515
1616- ** [ Flame Game Template] [ flame_game_tutorial ] ** : Learn how to generate a Flutter game, powered by the Flame Game Engine.
1717
18+ ## Flutter Wear OS App
19+
20+ - ** [ Flutter Wear OS template] [ flutter_wear_os_tutorial ] ** : Based on the Core, learn how to generate a Flutter app made for Wear OS.
21+
1822## Dart CLI Template
1923
2024- ** [ Dart CLI Template] [ dart_cli_tutorial ] ** : Unlock the potential of Dart in the command line with the Dart CLI template.
@@ -33,3 +37,4 @@ Get step-by-step guides to using Very Good CLI.
3337[ supabase_tutorial ] : https://verygood.ventures/blog/flutter-app-very-good-cli-supabase
3438[ test_tutorial ] : https://verygood.ventures/blog/flutter-tests-very-good-cli
3539[ flame_game_tutorial ] : https://verygood.ventures/blog/generate-a-game-with-our-new-template
40+ [ flutter_wear_os_tutorial ] : https://verygood.ventures/blog/building-wear-os-apps-with-flutter-a-very-good-guide
You can’t perform that action at this time.
0 commit comments