0.0.1 • Published 6 years ago

defusal v0.0.1

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

Synopsis

Using markdown, custom bomb defusal manual pages can be generated. These pages are designed to mimic the existing manual pages.

Install

$ npm install defusal --global

Usage

$ defusal my_mod.md --name "My Cool Mod"

Options

-n --name {name} The name of your mod, this will be the page header as "On the Subject of {name}".
Defaults to Mod

-v --version {version} The version to use in the header.
Defaults to Mod

-o --output {path} The path of the final PDF page.
Defaults to ./page.pdf

Pages

Pages are built using markdown, check out pages for some examples.
Parsing is done using markdown-it with the plugins markdown-it-attrs, markdown-it-multimd-table, and markdown-it-underline.