Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neurosity/lib-ipk
- Owner: neurosity
- License: mit
- Created: 2018-07-12T18:52:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T17:15:18.000Z (over 1 year ago)
- Last Synced: 2024-11-20T13:50:01.676Z (about 1 month ago)
- Topics: bos, ipk
- Language: TypeScript
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
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).