man-page

0.2.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i man-page

Weekly Downloads

0

Version

0.2.2

License

none

Unpacked Size

23.3 kB

Total Files

8

Last publish

Collaborators

  • youngoat