Initial commit
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 🐰🗜️ pygmyapp/ipc-client
|
||||
A simple client library to communicate with a `pygmyapp/ipc-server` instance
|
||||
|
||||
## Dependencies
|
||||
**Pygmy is built with Bun!** It doesn't run on node.js alone, [see here to install Bun](https://bun.com/docs/installation) or [here to learn more](https://bun.sh).
|
||||
|
||||
## Install
|
||||
|
||||
### Using package manager
|
||||
|
||||
```sh
|
||||
bun install github:pygmyapp/ipc-client
|
||||
```
|
||||
|
||||
### Manual
|
||||
|
||||
- Clone this repository
|
||||
- Install dependencies with `bun install`
|
||||
|
||||
## Licence
|
||||
Copyright (c) 2025 Pygmy & contributors
|
||||
All code & assets are licensed under GNU GPL v3 unless stated otherwise.
|
||||
See `LICENSE` or [see here](https://www.gnu.org/licenses/gpl-3.0.txt).
|
||||
Reference in New Issue
Block a user