nbtq

Crates.ionbtq
lib.rsnbtq
version0.1.0
sourcesrc
created_at2022-05-31 11:29:58.883151
updated_at2022-05-31 11:29:58.883151
descriptionConvert NBT files into JSON for easy processing with tools like jq
homepagehttps://github.com/ashhhleyyy/nbtq
repositoryhttps://github.com/ashhhleyyy/nbtq
max_upload_size
id597466
size16,565
Ash (ashhhleyyy)

documentation

README

nbtq

Convert NBT files into JSON for easy processing with tools like jq

Installing

nbtq can be installed using cargo:

cargo install nbtq

Usage examples

Extract a list of regions from a plasmid map template:

nbtq map.nbt | jq .regions[].marker

Pretty print NBT to a file:

nbtq example.nbt > example.json
Commit count: 7

cargo fmt