/electrom

Electrom is a resource management solution for Electron applications, which is convenient for performance management and friendly debugging of multiple windows.

Primary LanguageJavaScript

electrom

NPM version build status Test coverage node version npm download

Electrom is a resource management solution for Electron applications, which is convenient for performance management and friendly debugging of multiple windows.

Installment

$ npm i electrom --save-dev

Usage

$ npx electrom 100

APIs

const electrom = require('electrom');

electrom(100)
  .then(data => {
    console.log(data);
  })
  .catch(e) {
    console.log(e);
  }

TODO

  • usage summary

License

The MIT License (MIT)