foundry-atomizer
v0.1.6
Published
![Version](https://img.shields.io/github/v/tag/arcanistzed/atomizer) ![npm tag](https://img.shields.io/npm/v/foundry-atomizer)
Downloads
11
Readme
Atomizer
A build and extract tool for FoundryVTT database files
Installation
Install the npm package with npm i foundry-atomizer
.
Alternatively, clone this repository and then run npm install
to install dependencies.
Usage
extract
This script takes all of your Foundry VTT database files and organizes them into JSON files.
To use this script navigate to the directory where you have atomizer installed and run one of these commands:
node extract.mjs <path to foundry world>
node extract.mjs <path to foundry module>
build
This script takes the JSON files generated by the extract
script and updates the Foundry VTT database files with any modifications made.
To use this script navigate to the directory where you have atomizer installed and run one of these commands:
node build.mjs <path to foundry world>
node build.mjs <path to foundry module>
License
Copyright © 2021 arcanist
This package is under an MIT license and the Foundry Virtual Tabletop Limited License Agreement for module development.
Bugs
You can submit bugs via Github Issues or on my Discord server.
Contact me
Come hang out on my my Discord server or click here to send me an email.
Todo
Add support for arrays within entities (embedded documents?)