yantze / electrom

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 79.4%Language:HTML 17.6%Language:Less 1.6%Language:CSS 0.9%Language:Shell 0.4%