Skip to content

Commit 2682e15

Browse files
committed
Update README
1 parent 12f638c commit 2682e15

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

webdev/README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1-
# Experimental Usage
1+
## Installation
22

3-
The example directory contains a package that is configured to work with
4-
`pub run webdev <command>`. Support for `pub global activate webdev` and simply
5-
adding a dev_dependency to your packages is coming soon.
3+
```console
4+
$ pub global activate webdev
5+
```
66

7-
## Commands
7+
## Usage
88

9-
* __build__: Run builders to build a package.
10-
* __help__: Display help information for webdev.
11-
* __serve__: Run a local web development server and a file system watcher that
12-
re-builds on changes.
9+
```console
10+
$ webdev
11+
A tool to develop Dart web projects.
12+
13+
Usage: webdev <command> [arguments]
14+
15+
Global options:
16+
-h, --help Print this usage information.
17+
18+
Available commands:
19+
build Run builders to build a package.
20+
help Display help information for webdev.
21+
serve Run a local web development server and a file system watcher that re-builds on changes.
22+
23+
Run "webdev help <command>" for more information about a command.
24+
```

0 commit comments

Comments
 (0)