java源码uml-JavaScript-UML-Generator:从JavaScript(ES6)源代码文件(js2uml)生成UML类图

时间:2024-06-14 13:17:59
【文件属性】:

文件名称:java源码uml-JavaScript-UML-Generator:从JavaScript(ES6)源代码文件(js2uml)生成UML类图

文件大小:11.96MB

文件格式:ZIP

更新时间:2024-06-14 13:17:59

系统开源

java源码uml JavaScript到UML Generator-js2uml 阿齐兹·纳萨尔(Azez Nassar)和伊桑·布雷(Ethan Bray) 问题域 创建一个Python 3程序,该程序可以使用Python包根据目录下一个文件中的ES6 +(ECMAScript 2015+)程序的源代码生成UML 2图表。 安装/设置 克隆仓库: $ git clone https://github.com/azeznassar/JavaScript-UML-Generator.git $ cd JavaScript-UML-Generator 创建并激活虚拟环境: $ python -m venv venv $ source venv/bin/activate # OR venv\Scripts\Activate.ps1 for windows/PS (.bat for terminal) 安装Python软件包依赖项: $ pip install -r requirements.txt 安装NPM依赖项(standardjs): $ npm install 运行程序: $ py


网友评论