- version 0.7.0
- now works only with full utf-8 table of symbols
- without Babel (using
flow-remove-typesandcryptico)
-
npm install- will install all dependencies -
npm start- will get all files fromsrcfolder then remove types and copy all files to lib folder and then run it withnode -
npm run dev- will create watcher forsrcfolder and remove types and copy all files to lib folder and then run it withnodemon. On each change in files insrcfolder it will restart
You can use electron-packager for building releases
https://github.com/electron-userland/electron-packager
example:
electron-packager %app_dir% %build_dir_name% --asar=true --arch=x64 --platform=linux
where:
--asar=true- put sources in archive--platform=linux- destination platform. Can belinux,win32,darwin,all
Also packager will add additional information about build to name
Additional info is here: https://github.com/electron-userland/electron-packager/blob/master/docs/api.md