Skip to content

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

yantze/electrom

 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • HTML 17.6%
  • Less 1.6%
  • Other 1.3%