Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinfrei/elect-main-tools
Tools for the Electron Main-process (NodeJS stuff)
https://github.com/kevinfrei/elect-main-tools
Last synced: 9 days ago
JSON representation
Tools for the Electron Main-process (NodeJS stuff)
- Host: GitHub
- URL: https://github.com/kevinfrei/elect-main-tools
- Owner: kevinfrei
- License: unlicense
- Created: 2021-12-19T17:53:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T16:41:15.000Z (over 1 year ago)
- Last Synced: 2024-11-09T18:46:52.202Z (2 months ago)
- Language: TypeScript
- Size: 3.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](docs/modules.md) (it's currently only
typedoc auto-generated API documentation)To use them, do this:
```shell
yarn add @freik/elect-main-utils @freik/elect-render-utils @freik/electron-renderer @freik/web-utils
```or
```shell
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`](https://github.com/kevinfrei/elect-render-tools) | Render process helpers for the www/react code |
| [`@freik/electron-renderer`](https://github.com/kevinfrei/electron-renderer) | Render process helper code that lives in the nodejs side of the world |
| [`@freik/web-utils`](https://github.com/kevinfrei/web-utils) | General React helpers, plus some [Recoil](recoiljs.org) and [FluentUI WWW](https://developer.microsoft.com/en-us/fluentui#/get-started) controls and helpers |