aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 163e7dafa2b5a5e41f696ec3fac523910be592bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Convert 5eTools JSON output to DnDAppFile XML

## Installation

Install Node.js. Run:

    $ npm install

## Usage

    $ node index.js input.json | tee output.xml

You can also install the software globally to use it from anywhere.

    $ npm i -g .
    $ 5eTools-to-DnDAppFile input.json