js-code-structure 是一个分析 js 项目中文件的依赖关系的工具。
在网页上展示文件间的依赖关系(被依赖与依赖别人)可以帮助你直观的了解项目的结构。
$ npm install -g js-code-structure
jss
一个描述项目结构的 html 将会在浏览器中打开
例子:appium 项目的代码结构:
源码: https://github.com/timqian/js-code-structure