Manpage generator and manager.
mantastic(1) -- mantastic manpage generator
===========================================
## About
Mantastic is a small _Heroku_ web service for storing
man pages and cheat sheets in the _Markdown_ format
which is converted to _Roff_ for you!
## Usage
Web service example:
$ curl -F page=@mymanpage.md http://mantastic.herokuapp.com
responds with:
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "MANTASTIC" "1" "January 2012" "" ""
.
.SH "NAME"
\fBmantastic\fR \-\- mantastic manpage generator
.
.SH "About"
Mantastic is a small \fIHeroku\fR web service for storing
man pages and cheat sheets in the \fIMarkdown\fR format
which is converted to \fIRoff\fR for you!
.
.SH "Usage"
Web service example:
.
.IP "" 4
.
.nf
$ curl \-F page=@mymanpage\.md http://mantastic\.herokuapp\.com
.
.fi
.
.IP "" 0