Skip to content

Useful utilities for developing Electron apps and modules

License

Notifications You must be signed in to change notification settings

MarshallOfSound/electron-util

Repository files navigation

electron-util Build Status

Useful utilities for developing Electron apps and modules

Just an opinionated collection of things I often need when using Electron.

Don't use this yet.

Install

$ npm install electron-util

Usage

const {appReady, is} = require('electron-util');

(async () => {
	await appReady;

	console.log(is.main);
	//=> true
})();

API

Read the code.

Related

License

MIT © Sindre Sorhus

About

Useful utilities for developing Electron apps and modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%