Initial import

This commit is contained in:
2026-03-09 22:05:39 +01:00
parent 73631969c9
commit 344c89a8d0
15 changed files with 3894 additions and 10 deletions

View File

@@ -1,3 +1,19 @@
# meshcore.js
# meshcore
JavaScript (TypeScript) parser for MeshCore packets
TypeScript library for MeshCore protocol utilities.
Quick start
1. Install dev dependencies:
```bash
npm install --save-dev typescript tsup
```
2. Build the library:
```bash
npm run build
```
3. Use the build output from the `dist/` folder or publish to npm.