Files
meshcore.ts/README.md
2026-03-09 22:07:05 +01:00

20 lines
277 B
Markdown

# meshcore
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.