File tree Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
- # Experimental Usage
1
+ ## Installation
2
2
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
+ ```
6
6
7
- ## Commands
7
+ ## Usage
8
8
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
+ ```
You can’t perform that action at this time.
0 commit comments