#manpage #markdown #pandoc #write #executable #documentation #document

cli-setup

Helper functions for installing manpages alongside a command-line tool

11 releases

Uses old Rust 2015

0.2.7 Jul 19, 2020
0.2.6 Nov 9, 2019
0.2.5 Oct 25, 2019
0.2.4 Jun 10, 2019
0.1.2 Jan 15, 2018

#15 in #manpage

Download history 11/week @ 2024-06-03 2/week @ 2024-06-10 8/week @ 2024-06-24 19/week @ 2024-07-01 163/week @ 2024-07-29 2/week @ 2024-08-12 9/week @ 2024-08-26 86/week @ 2024-09-09

95 downloads per month
Used in 2 crates

Custom license

7KB
120 lines

cli-setup

Documentation here, example use here.

I recommend writing manpages using pandoc. You can write a markdown document and generate a manpage using

 $ pandoc EXECUTABLE.md -s -t man -o man/executable.1

For an example of how to write a manpage using markdown, see here.

Dependencies

~0.1–10MB
~50K SLoC