Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neurosity/lib-ipk

Single source of truth for all inter-process communication constants
https://github.com/neurosity/lib-ipk

bos ipk

Last synced: 5 days ago
JSON representation

Single source of truth for all inter-process communication constants

Awesome Lists containing this project

README

        

# Neurosity IPK

Single source of truth for all inter-process communication constants.

### Getting started

```bash
npm install @neurosity/ipk
```

Then import the module or the json file

##### ESM

```js
import ipk from "@neurosity/ipk";
```

##### CJS

```js
const ipk = require("@neurosity/ipk");
```

##### JSON

```js
import ipk from "@neurosity/ipk/dist/json/index.json";
```

### License

Neurosity IPK is [MIT licensed](./LICENSE).