From 4d8cd954747096024eeb4fab78211717e433ac10 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 2 Jul 2019 20:59:07 +0300 Subject: Add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..163e7da --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- cgit v1.3