https://github.com/knutwalker/kommandozeile
Collection of gimmicks to use when writing a CLI application
https://github.com/knutwalker/kommandozeile
Last synced: 4 months ago
JSON representation
Collection of gimmicks to use when writing a CLI application
- Host: GitHub
- URL: https://github.com/knutwalker/kommandozeile
- Owner: knutwalker
- Created: 2022-02-20T17:51:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T20:13:10.000Z (about 2 years ago)
- Last Synced: 2026-01-13T03:41:20.850Z (5 months ago)
- Language: Rust
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.j2
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# {{crate}} [![CI Status][ci-badge]][ci-url] [![Crates.io][crates-badge]][crates-url] [![Docs][docs-badge]][docs-url] ![License: {{ license }}][license-badge] ![Rust Version: {{rust_version}}][rust-version-badge]
[ci-badge]: {{ repository }}/actions/workflows/checks.yml/badge.svg
[ci-url]: {{ repository }}
[crates-badge]: https://img.shields.io/crates/v/{{ crate | urlencode }}?style=shield
[crates-url]: https://crates.io/crates/{{ crate | urlencode }}
[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg?style=shield
[docs-url]: https://docs.rs/{{ crate | urlencode }}
[license-badge]: https://img.shields.io/badge/license-{{ license | replace("-", "--") | urlencode }}-blue.svg?style=shield
[rust-version-badge]: https://img.shields.io/badge/rustc-{{ rust_version | urlencode }}-orange.svg?style=shield
{{ readme }}
## License
{{ crate }} is licensed under either of the following, at your option:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
---
{%- if links != "" %}
{{ links }}
{%- endif -%}