0.1.6 • Published 3 years ago

foundry-atomizer v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Atomizer

Version npm tag

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?)

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago