electron-rebuild

v3.2.9
Electron supporting package to rebuild native node modules against the currently installed electron
electron

codecov

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

compile

tsc

coverage

nyc npm run spec

watch

tsc -w

prepare

npm run compile

mocha

cross-env TS_NODE_FILES=true mocha

lint

eslint --ext .ts .

spec

npm run mocha -- test/*.ts

test

npm run lint && npm run spec
npm i electron-rebuild

Metadata

  • MIT
  • >=12.13.0
  • Paul Betts
  • released 8/1/2022

Downloads