0.1.2-alpha • Published 5 months ago

minecraft-log-parser v0.1.2-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Minecraft Log Parser

This package is designed to parse various Minecraft files and return relevant information about them, especially for debugging issues.

Installation

npm i minecraft-log-parser

Usage

let file: File | string[];
const parser = await ParserBuilder.setup(file);
const fileInfo = parser.withAll().parse();

See FileInfo for returned object structure.

0.1.2-alpha

5 months ago

0.1.1-alpha

8 months ago

0.1.0

8 months ago