relex:从Web应用程序的源代码中提取指标和关系。以JSON对象或文件形式返回报告。该报告包含具有由escom...
##RELEX用于Web应用程序的关系提取器(Node.js)从Web应用程序的源代码中提取指标和关系。在文件或JSON对象中返回报告。该报告包含具有由escomplex、jslint、csslint提取的指标的文件列表以及文件之间的关系列表。安装$ npm install relex -g ##用法(CLI): relex path/to/website path/to/result/file.json --includenodemodules ##在node.js中的使用relex.extract("path/to/webApp",includenodemodules ... var relex = require("relex"); relex
82.28KB
文件大小:
评论区