man-to-html/README.md

22 lines
421 B
Markdown
Raw Normal View History

2019-04-11 20:12:50 +00:00
# man-to-html
Opinionated man page (roff) to html converter.
### Usage
Here's how [my man page](https://man.eddie.sh) is created:
```bash
./man-to-html edward-shen.man index.html edward-shen "Edward Shen Manual"
```
You can also specify version number, page number, and date:
```bash
./man-to-html edward-shen.man index.html edward-shen "Edward Shen Manual" 4.2.0 1 "January 1st, 1970"
2019-04-11 20:13:57 +00:00
```
2019-04-11 20:12:50 +00:00
### Prereqs
- `pandoc`