# manolo

> troff/groff file parser

Latest version **0.1.0** (published 2013-07-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install manolo
pnpm add manolo
yarn add manolo
bun add manolo
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-07-07 |
| First published | 2013-07-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Andrew Lunny |
| Maintainers | alunny |
| Keywords | troff, roff, man, manual, groff |

## Links

- npm: https://www.npmjs.com/package/manolo
- npm.io page: https://npm.io/package/manolo

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2013-07-07

## README

# Manolo

> parse man (troff/groff) in nodejs and the browser

Manolo is a simple module for generating HTML from man files, in the (t/g)roff
typesetting format.

## Simple usage (nodejs)

    var manolo = require('manolo'),
        man = require('fs').readFileSync('man.1', 'utf8');

    console.log(manolo(man));

## API

> manolo

A single function that takes a string of (t/g)roff text as the first parameter,
and returns a string of HTML for the contents.

## License

MIT

---
_Source: https://npm.io/package/manolo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
