| Crates.io | nbtq |
| lib.rs | nbtq |
| version | 0.1.0 |
| created_at | 2022-05-31 11:29:58.883151+00 |
| updated_at | 2022-05-31 11:29:58.883151+00 |
| description | Convert NBT files into JSON for easy processing with tools like jq |
| homepage | https://github.com/ashhhleyyy/nbtq |
| repository | https://github.com/ashhhleyyy/nbtq |
| max_upload_size | |
| id | 597466 |
| size | 16,565 |
Convert NBT files into JSON for easy processing with tools like jq
nbtq can be installed using cargo:
cargo install nbtq
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