electron-builder

v2.8.1
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...

lint

eslint ./lib cli.js index.js && tslint src/*

test

result="$(tape index.spec.js ./lib/*.spec.js ./lib/**/*.spec.js)"; echo "$result" | tap-spec; echo "$result" | tnyan; ava

compile

tsconfig -i 2 && ts-babel

pretest

npm run compile && npm run lint

test-win

npm run pretest && ava

test-build

result="$(tape cli.spec.js)"; echo "$result" | tap-spec; echo "$result" | tnyan;

declaration

dts-generator --name electron-builder --project . --out out/electron-builder.d.ts --indent=' '

semantic-release

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

Metadata

  • MIT
  • >=0.4.0
  • Stefan Judis
  • released 2/23/2016

Downloads