man-page
v0.2.2
Published
Manual page render
Downloads
2
Readme
manon
Manual page render
Parse manual page text and render in more friendly style.
Table of contents
Links
Get Started
const manon = require('manon');
// Return formatted text.
let richText = manon.format(manualText, 'console');
// Send to standard output.
process.stdout.write(richText);
Manual text rendered by manon may look like:
While the original text looks like:
Examples
Here is an example of manualText.