code-structure
v2.3.0
Published
A CLI tool to generate code structure for javascript or typescript source code.
Downloads
3
Readme
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