#cli #setup #markdown #pandoc

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
Download history 23/week @ 2023-01-20 27/week @ 2023-01-27 29/week @ 2023-02-03 61/week @ 2023-02-10 58/week @ 2023-02-17 81/week @ 2023-02-24 61/week @ 2023-03-03 15/week @ 2023-03-10 18/week @ 2023-03-17 7/week @ 2023-03-24 23/week @ 2023-03-31 53/week @ 2023-04-07 8/week @ 2023-04-14 7/week @ 2023-04-21 29/week @ 2023-04-28 33/week @ 2023-05-05

88 downloads per month
Used in 2 crates

Custom license

6KB
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

~130–360KB