Skip to content

Commit 0eed382

Browse files
authored
Merge pull request #6 from hacktons/dev
update doc
2 parents 9339a90 + 28839d4 commit 0eed382

File tree

9 files changed

+7
-4
lines changed

9 files changed

+7
-4
lines changed

cli/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.1+1
2+
- Fix doc
3+
14
## 0.1.1
25
- Add api doc;
36

cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# pana_html
22

3-
This cli tool is used to deploy the [pana_visual](https://github.com/hacktons/pana_visual) as local service;
3+
This cli tool is used to deploy [pana_visual](https://github.com/hacktons/pana_visual) as local service;
44

55
## How to use
66

77
Run the `panahtml` under your Dart/Flutter package, it will analyze the project with pana, then generate
88
a html report;
9-
![](cli.png)
9+
![](doc/cli.png)
1010

11-
![](sample.png)
11+
![](doc/sample.png)

cli/cli.png

-51.4 KB
Binary file not shown.

cli/doc/cli.png

15.1 KB
Loading

cli/doc/sample.png

34.4 KB
Loading

cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pana_html
22
description: Preview the health and quality of a Dart/Flutter package before publish.
3-
version: 0.1.1
3+
version: 0.1.1+1
44
homepage: https://github.com/hacktons/pana_visual
55

66
environment:

cli/sample.png

-34.4 KB
Binary file not shown.

doc/cli.png

15.1 KB
Loading

doc/sample.png

-4 Bytes
Loading

0 commit comments

Comments
 (0)