0.1.11 • Published 9 years ago
js-code-structure v0.1.11
Figure out relations between your js
files (through require()
and import
)
Example: Appium code:
Install
npm install -g js-code-structure
Usage
- Open a terminal
- Go to the directory of your project
- Input
jss
an html file describing the relations of your the js files will be created and opened in your browser
Advanced Usage
Ignore some directory inside the directory:
jss --ignore dirname1 dirname2 dirname3 ...
these dirs are ignored by default:
['node_modules', '.git', 'dist', 'build', 'doc', 'test', 'submodules']
Show required files: hover on the node
- Show being required files: click the node
Tools
Thanks
License
MIT
0.1.11
9 years ago
0.1.10
9 years ago
0.1.9
9 years ago
0.1.8
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago
0.0.0
10 years ago