0.0.2 • Published 4 years ago

dndmd v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

dndmd is for beautiful DD documents

dndmd is a command line tool that parses markdown and outputs beautiful HTML in the style of D&D 5th Edition Player's Handbook.

It borrows heavily from Homebrewery, but is intended for use by those who want to use their regular editor and not faff about with a web interface.

Installation

npm install -g dndmd

Usage

# print html output to stdout
$ dndmd input.md

# save html output to a file
$ dndmd input.md -o output.html

# watch input file and render output on every change
$ dndmd input.md -o output.html -w

Output

The default output is styled to look like the Player's Handbook.

Example output

See more details in the examples directory.

0.0.2

4 years ago

0.0.1

4 years ago