An open API service indexing awesome lists of open source software.

https://github.com/kerollmops/cli-template

A small CLI template using Clap and Anyhow
https://github.com/kerollmops/cli-template

cargo-generate

Last synced: 9 months ago
JSON representation

A small CLI template using Clap and Anyhow

Awesome Lists containing this project

README

          

# {{project-name | title_case}}

[![License](https://img.shields.io/badge/license-MIT-green)](#LICENSE)
[![Crates.io](https://img.shields.io/crates/v/{{project-name|snake_case}})](https://crates.io/crates/{{project-name|snake_case}})
[![Docs](https://docs.rs/{{project-name|snake_case}}/badge.svg)](https://docs.rs/{{project-name|snake_case}})
[![dependency status](https://deps.rs/repo/github/meilisearch/{{project-name|snake_case}}/status.svg)](https://deps.rs/repo/github/meilisearch/{{project-name|snake_case}})
[![Build](https://github.com/meilisearch/{{project-name|snake_case}}/actions/workflows/rust.yml/badge.svg)](https://github.com/meilisearch/grenad/actions/workflows/rust.yml)

{{description}}