Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 |