2.3.0 • Published 5 years ago
code-structure v2.3.0
code-structure
A CLI tool to generate code structure for typescript.
install
yarn global add code-structure
usage
run code-structure "*.ts" foo.html
or code-structure "*.ts" -o foo.html --exclude bar.ts
then open the generated html file in the browser.
options
| key | description |
|---|---|
| -o | generated html file |
| -e,--exclude | excluded files |
| -h,--help | Print this message. |
| -v,--version | Print the version |