defusal
v0.0.1
Published
Generate Bomb Defusal Manual Pages
Readme
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 --globalUsage
$ 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.
