cross-platform-util-electron-preload
v0.3.0
Published
Electron utils that need to be included in preload.js
Maintainers
Readme
A template for a library project
How to start your own project using this template
npx create-libDon't forget to install the dependencies
npm installWhile developing run:
npm run devTo run the tests:
npm run testBuild the project
npm run build