File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,29 @@ cruise ignore pattern (default: "node_modules"). [see](https://github.com/sverwe
5151code-dependency --source ./src --exclude node_modules
5252```
5353
54+ ** --export-static**
55+
56+ generate static site.
57+
58+ ``` bash
59+ code-dependency --source ./src --exclude node_modules --export-static ./docs
60+ ```
61+
62+ ** --public-path**
63+
64+ ``` bash
65+ code-dependency --source ./src --exclude node_modules --export-static ./docs --public-path /docs
66+ code-dependency --source ./src --exclude node_modules --export-static ./docs --public-path https://himenon.github.io/code-dependency/
67+ ```
68+
69+ ** --dry-run** (experimental)
70+
71+ if failed generate static file and retry generate static file only unfinished path.
72+
73+ ``` bash
74+ code-dependency --source ./src --exclude node_modules --export-static ./docs --dry-run
75+ ```
76+
5477## License
5578
5679@code-dependency/cli is [ MIT licensed] ( https://github.com/Himenon/code-dependency/blob/master/LICENSE ) .
You can’t perform that action at this time.
0 commit comments