add readosc tool

This commit is contained in:
2024-10-09 19:10:08 -05:00
parent b393397972
commit 8e8d96fbb4
8 changed files with 145 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
![npm](https://img.shields.io/npm/v/readosc)
# readosc
Simple NodeJS script for parsing OSC bytes from stdin.
## Usage
```
Usage: readosc [options]
simple util to read osc packets from stdin
Options:
-V, --version output the version number
-h, --help display help for command
```
- using npx `npx readosc@latest`
- install using `npm install -g readosc@latest` and run `readosc`