Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kixunil/cfg_me
File generator for `configure_me`
https://github.com/kixunil/cfg_me
Last synced: 3 months ago
JSON representation
File generator for `configure_me`
- Host: GitHub
- URL: https://github.com/kixunil/cfg_me
- Owner: Kixunil
- Created: 2019-10-18T14:28:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T18:44:00.000Z (about 2 years ago)
- Last Synced: 2024-09-14T21:56:43.941Z (4 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cfg\_me
=======File generator for `configure_me`.
About
-----This tool takes care of auto-generating man pages (and other files in the future) for
projects using [`configure_me`](https://github.com/Kixunil/configure_me).The whole thing should be self-explanatory. Just download it and run `cargo run man`. It will automatically generate and show the man page for itself. If you want to generate the man page for a different crate, just run the `cfg_me` binary while being in the working directory of your crate.
You can save the man page by running with `--output FILE` (or `-o`). If you happen to find an old crate which doesn't indicate specification location in `Catgo.toml`, you will have to use `--input` (`-i`) option.
Tools
------ [x] man pages
- [ ] bash completions
- [ ] debconf
- [ ] HTML forms
- [ ] HTML documentationLicense
-------MITNFA