electron-builder

v4.1.0
Complete solution to build ready for distribution and 'auto update' Electron App installers
electron builder build installer install packager pack nsis appdmg and 9 more...

//

Update wiki if docs changed. Update only if functionalily are generally available (latest release, not next)

lint

tslint src/*.ts test/src/*.ts

test

node ./test/out/helpers/runTests.js

compile

npm run compile-production && npm run compile-test

pretest

npm run compile && npm run lint

whitespace

whitespace src/*.ts

update-wiki

git subtree split -b wiki --prefix docs/ && git push wiki wiki:master

compile-test

tsconfig -i 2 test && ts-babel test

docker-images

docker build -t electronuserland/electron-builder docker && docker build -t electronuserland/electron-builder:wine docker/wine

semantic-release

semantic-release pre && npm publish && semantic-release post

compile-production

tsconfig -i 2 && ts-babel

Metadata

  • MIT
  • >=0.4.0
  • Stefan Judis
  • released 5/30/2016

Downloads