1.5.6 • Published 1 year ago

acc-analyzer v1.5.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

ISA-Analyzer

Requires NodeJS and NPM

https://nodejs.org/en/download/

Building the code - First launch

  • Open in Terminal and run this file
{PROJECT_DIR}\scripts\prepare.bat
  • Open VSCode
  • Click on Launch -> Electron Main

Building the code - Subsequent launches

  • Open VSCode
  • Click on Launch -> Electron Main
  • Folder older versions of vscode, run npm start

  • To show the dev console . uncomment this line in main.js

mainWindow.webContents.openDevTools()

Creating a package (Preinstall)

cd isa-analyzer
npm i -g @electron-forge/cli

Creating a package

  • Delete existing repository and re-clone
{PROJECT_DIR}\scripts\prepare.bat
cd isa-analyzer
update version in package.json is isa-analyzer
npm run build:prod OR npm run build:dev
npm run publish
  • The output installation file is in {project folder}\out\make\squirrel.windows\x64