A CLI tool to generate code structure for typescript.
yarn global add code-structure
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.
key | description |
---|---|
-o | generated html file |
-e,--exclude | excluded files |
-h,--help | Print this message. |
-v,--version | Print the version |