Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djlechuck/fvtt-packs
Manage your FoundryVTT compendium packs with ease.
https://github.com/djlechuck/fvtt-packs
Last synced: about 2 months ago
JSON representation
Manage your FoundryVTT compendium packs with ease.
- Host: GitHub
- URL: https://github.com/djlechuck/fvtt-packs
- Owner: DjLeChuck
- License: mit
- Created: 2024-05-26T21:33:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T21:32:44.000Z (7 months ago)
- Last Synced: 2024-06-19T03:17:48.539Z (7 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fvtt-packs
It's **NOT** usable for now, it's a completely WIP project for me, to improve my knowledge on Go.
---
Manage your compendium packs with ease. You can unpack the LevelDB to get human-readable files, modify them
then pack them again into LevelDB files.You can call this utility from everywhere. Go into your system/module directory then launch the appropriate command!
For example:
`fvtt-packs unpack`
This will unpack all the LevelDB which are in the packs directory into a _packs_sources directory, containing
human-readable files.`fvtt-packs pack`
This will pack all the human-readable files inside _packs_sources directory into the packs directory.
---
Flags can be used to customize the tools.
Usage:
`fvtt-packs [command]`
Available Commands:
* `help` Help about any command
* `unpack` Unpack LevelDB into human-readable filesFlags:
* `-h`, `--help` help for fvtt-packs
Use `fvtt-packs [command] --help` for more information about a command.