Skip to content

Commit c92ce09

Browse files
authored
docs(vscode): update README.md (#828)
1 parent e322218 commit c92ce09

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

extensions/vscode/README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Dart Frog Logo][logo_white]][dart_frog_link_dark]
22
[![Dart Frog Logo][logo_black]][dart_frog_link_light]
33

4-
This is the [Dart Frog](https://dartfrog.vgv.dev/) [VS Code](https://code.visualstudio.com/) extension, which provides tools for effectively creating routes.
4+
This is the [Dart Frog](https://dartfrog.vgv.dev/) [VS Code](https://code.visualstudio.com/) extension, which provides tools for effectively managing Dart Frog projects.
55

66
Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄
77

@@ -11,15 +11,17 @@ Dart Frog can be installed from the [VS Code Marketplace](https://marketplace.vi
1111

1212
## Commands
1313

14-
| Command | Description |
15-
| --------------------------- | --------------------------- |
16-
| `Dart Frog: Create` | Creates a new Dart Frog app |
17-
| `Dart Frog: Install CLI` | Installs Dart Frog CLI |
18-
| `Dart Frog: Update CLI` | Updates Dart Frog CLI |
19-
| `Dart Frog: New Route` | Generates a new route |
20-
| `Dart Frog: New Middleware` | Generates a new middleware |
14+
| Command | Description | Launch from |
15+
| --------------------------- | --------------------------- | ------------------------------- |
16+
| `Dart Frog: Create` | Creates a new Dart Frog app | Context menu or command palette |
17+
| `Dart Frog: Install CLI` | Installs Dart Frog CLI | Command palette |
18+
| `Dart Frog: Update CLI` | Updates Dart Frog CLI | Command palette |
19+
| `Dart Frog: New Route` | Generates a new route | Context menu or command palette |
20+
| `Dart Frog: New Middleware` | Generates a new middleware | Context menu or command palette |
2121

22-
You can activate the commands by launching the command palette (View -> Command Palette) and entering the command name or you can right click on the directory or file in which you'd like to create the route and select the command from the context menu.
22+
## Demonstration
23+
24+
![demonstration](assets/new-route-middleware-usage.gif)
2325

2426
[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/main.yaml
2527
[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only
432 KB
Loading

0 commit comments

Comments
 (0)