electron-packager

v17.1.2
Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI
electron packager bundler app

ava

ava test/index.js

codecov

nyc report --reporter=text-lcov > coverage.lcov && codecov

coverage

nyc ava test/index.js

docs:build

node test/ci/build_docs.js

lint

npm run lint:js && npm run lint:ts

lint:js

eslint .

lint:ts

eslint --config .eslintrc.typescript.js --ext .ts .

test

npm run lint && npm run tsd && npm run coverage

tsd

tsd
npm i electron-packager

Metadata

Downloads