Initial import
This commit is contained in:
20
README.md
20
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user