@freik/electron-main
v0.1.0
Published
Kevin Frei's Electron utilities for the Main process
Downloads
1
Readme
@freik/elect-main-utils
These are tools & utilities for the Electron 'main' process, which is meant to be used in conjuction with my other electron libraries for simplifying common stuff for Electron applications.
You can find the documentation is here (it's currently only typedoc auto-generated API documentation)
To use them, do this:
yarn add @freik/elect-main-utils @freik/elect-render-utils @freik/electron-renderer @freik/web-utils
or
npm install @freik/elect-main-utils @freik/elect-render-utils @freik/electron-renderer @freik/web-utils
The other 3 components live here:
| npm module | description |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| @freik/elect-render-utils
| Render process helpers for the www/react code |
| @freik/electron-renderer
| Render process helper code that lives in the nodejs side of the world |
| @freik/web-utils
| General React helpers, plus some Recoil and FluentUI WWW controls and helpers |