foundry-atomizer

0.1.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i foundry-atomizer

Weekly Downloads

2

Version

0.1.6

License

MIT

Unpacked Size

7.6 kB

Total Files

6

Last publish

Collaborators

  • arcanist