Skip to content

Commit 5b52025

Browse files
committed
Add color to package command, and add nedb support
1 parent 82505b2 commit 5b52025

File tree

4 files changed

+731
-75
lines changed

4 files changed

+731
-75
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ Clears the current working package.
8787
```bash
8888
fvtt package unpack "compendiumName"
8989
```
90-
Reads a LevelDB database from the current Package /packs/ directory and writes each document as a serialized Object to its own file.
90+
Reads a database from the current Package /packs/ directory and writes each document as a serialized Object to its own file.
9191
There are a number of options available to customize the output, check out `fvtt package unpack --help` for more information.
9292

9393
#### Pack
9494
```bash
9595
fvtt package pack "compendiumName"
9696
```
9797

98-
Reads a directory of serialized Objects and writes them to a LevelDB database in the current Package /packs/ directory. There are a number of options available to customize the operation, check out `fvtt package pack --help` for more information.
98+
Reads a directory of serialized Objects and writes them to a database in the current Package /packs/ directory. There are a number of options available to customize the operation, check out `fvtt package pack --help` for more information.
9999

100100
## Example Workflow
101101

0 commit comments

Comments
 (0)