newlogic
1.0.0

NewLogic是用Electron + React toxtycript制造的电路构建器 /逻辑设计桌面应用程序(如MMLOGIC)。它目前与Windows , Mac和Linux兼容。

NewLogic具有现代,干净的UI,易于使用

当您绘制电线时,它会捕捉到最近的节点
它是免费的!
sudo npm i -g newlogic首先,通过git克隆回购:
git clone https://github.com/ericm/newlogic.git然后安装依赖项。
$ cd newlogic && yarn在不同的控制台选项卡中同时运行这两个命令。
$ npm run hot-server
$ npm run start-hot或使用一个命令运行两个服务器
$ npm run dev为本地平台打包应用程序:
$ npm run package为所有平台打包应用程序:
$ npm run package-all将应用程序包装为选项:
$ npm run package -- --[option]在不包装运行的情况下运行应用程序
$ npm run build
$ npm start运行单元测试:
npm test进行端到端测试
$ npm run build
$ npm run test-e2e麻省理工学院©2019 Eric Moynihan
(样板)MIT©CT Lin