Skip to content

Commit b9db86b

Browse files
authored
docs: update docs (#798)
1 parent 782e5ed commit b9db86b

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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.
158154
Usage: very_good <command> [arguments]
159155

160156
Global 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

164161
Available 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

170168
Run "very_good help <command>" for more information about a command.
171169
```

site/docs/overview.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Very Good CLI is a Command-Line Interface that enables you to generate VGV-opini
1515
In 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.
104104
Usage: very_good <command> [arguments]
105105

106106
Global 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

110111
Available 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

116118
Run "very_good help <command>" for more information about a command.
117119
```

site/docs/resources/tutorials.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)