Skip to content

Commit 86e9d01

Browse files
committed
added development usage
1 parent fa330ab commit 86e9d01

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,18 @@ USAGE
2222
...
2323
```
2424
<!-- usagestop -->
25+
26+
# Development Usage
27+
28+
```
29+
$ pnpm install
30+
$ pnpm run build
31+
$ ./bin/run.js --help # running scripts built in `dist` folder
32+
$ ./bin/dev.js --help # running scripts in `command` folder
33+
```
34+
35+
Use `convert` command
36+
```
37+
$ ./bin/dev.js convert xxx.fig
38+
Saved as "xxx.vgg"
39+
``

0 commit comments

Comments
 (0)