Skip to content

Commit 0d0d3de

Browse files
authored
chore(dart_frog_cli): add example (#18)
1 parent e60281c commit 0d0d3de

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Example
2+
3+
```sh
4+
# 🎯 Activate Dart Frog CLI
5+
dart pub global activate dart_frog_cli
6+
7+
# πŸ‘€ See list of available commands
8+
dart_frog --help
9+
```
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1+
/// The official command line interface for Dart Frog
2+
///
3+
/// ```sh
4+
/// # 🎯 Activate dart_frog_cli
5+
/// dart pub global activate dart_frog_cli
6+
///
7+
/// # πŸ‘€ See usage
8+
/// dart_frog --help
9+
/// ```
110
library dart_frog_cli;

β€Žpackages/dart_frog_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_frog_cli
2-
description: The official command line interface for dart_frog
2+
description: The official command line interface for Dart Frog. Built by Very Good Ventures.
33
version: 0.0.1-dev.2
44
homepage: https://github.com/VeryGoodOpenSource/dart_frog
55

0 commit comments

Comments
Β (0)