https://github.com/vmchale/cli-setup
Helper scripts to install manpages alongside a command-line tool.
https://github.com/vmchale/cli-setup
Last synced: 10 months ago
JSON representation
Helper scripts to install manpages alongside a command-line tool.
- Host: GitHub
- URL: https://github.com/vmchale/cli-setup
- Owner: vmchale
- License: bsd-3-clause
- Created: 2018-01-15T04:22:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T03:00:10.000Z (almost 6 years ago)
- Last Synced: 2025-01-08T12:08:13.096Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cli-setup
Documentation [here](https://docs.rs/cli-setup/0.1.0/cli_setup/), example use
[here](https://github.com/vmchale/project-init/blob/master/build.rs).
I recommend writing manpages using [pandoc](http://pandoc.org/). You can write
a markdown document and generate a manpage using
```bash
$ pandoc EXECUTABLE.md -s -t man -o man/executable.1
```
For an example of how to write a manpage using markdown, see
[here](https://raw.githubusercontent.com/vmchale/project-init/master/man/MANPAGE.md).