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