0.2.2 • Published 3 years ago

manon v0.2.2

Weekly downloads
46
License
-
Repository
github
Last release
3 years ago

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: formatted

While the original text looks like: text

Examples

Here is an example of manualText.

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.1

3 years ago