Generate Bomb Defusal Manual Pages
npm install defusalUsing markdown, custom bomb defusal manual pages can be generated. These pages are designed to mimic the existing manual pages.
``bash`
$ npm install defusal --global
`bash`
$ defusal my_mod.md --name "My Cool Mod"
-n --name {name} The name of your mod, this will be the page header as "On the Subject of {name}". Mod
Defaults to
-v --version {version} The version to use in the header. Mod
Defaults to
-o --output {path} The path of the final PDF page. ./page.pdf`
Defaults to
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.