Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minemobs/bun-jvm-parser
A bun library to parse JVM's class files
https://github.com/minemobs/bun-jvm-parser
Last synced: 5 days ago
JSON representation
A bun library to parse JVM's class files
- Host: GitHub
- URL: https://github.com/minemobs/bun-jvm-parser
- Owner: Minemobs
- License: mit
- Created: 2024-08-17T17:45:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T17:54:02.000Z (5 months ago)
- Last Synced: 2024-11-09T23:33:24.445Z (2 months ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bun-jvm-parser
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.29. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.