fvttdb
Version:
FVTTDB is a CLI helper for Foundry VTT CLI to extract and compile databases.
17 lines (10 loc) • 393 B
Markdown
# FVTTDB
CLI tool for managing Foundry VTT compendium packs. It's a wrapper for [@foundryvtt/foundryvtt-cli](https://github.com/foundryvtt/foundryvtt-cli) with terminal UI so you don't need configs or any special command.
## Features
- Pack and unpack LevelDB/NeDB packs.
- Supports JSON and YAML.
## Usage
```sh
bunx fvttdb
```
Requires [Bun runtime](https://bun.com/).