Skip to content

Commit 95455fe

Browse files
blueneogeogitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent 7328f17 commit 95455fe

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Get Started
66

77
* [Install](get-started/installation.md)
8+
* [Usage](get-started/usage.md)
89

910
## Guide
1011

get-started/usage.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Usage
2+
3+
The flutter-view command is:
4+
5+
> `flutter-view [options] <directory [, directory...]>`
6+
7+
Flutter-view scans for Pug and HTML files in one or more directories. For it to work, you need to pass where your source code is. Normally this is the **lib** directory of your project.
8+
9+
In almost every case, you want to go to your project directory and type:
10+
11+
> `flutter-view -w lib`
12+
13+
This will tell flutter-view to watch your lib directory, and keep watching \(-w\) for changes.
14+
15+
When flutter-view creates or updates Dart files, it will tell you.
16+

0 commit comments

Comments
 (0)