Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w2inc/xgraph
XGraph is a TS/JS library for parsing XGraph data. Which is a custom binary format used to store graph / cursus data.
https://github.com/w2inc/xgraph
bun
Last synced: 10 days ago
JSON representation
XGraph is a TS/JS library for parsing XGraph data. Which is a custom binary format used to store graph / cursus data.
- Host: GitHub
- URL: https://github.com/w2inc/xgraph
- Owner: W2Inc
- License: mit
- Created: 2024-11-26T21:52:01.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-26T12:28:59.000Z (11 days ago)
- Last Synced: 2024-12-26T13:31:48.034Z (11 days ago)
- Topics: bun
- Language: TypeScript
- Homepage: https://hamette.net
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nxtgraph.js
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.37. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.