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

https://github.com/n8henrie/rust-cli-template

Basic template for CLI apps in Rust
https://github.com/n8henrie/rust-cli-template

Last synced: 3 months ago
JSON representation

Basic template for CLI apps in Rust

Awesome Lists containing this project

README

        

# {{project-name}}

master: [![master branch build status](https://github.com/n8henrie/{{ repo-name }}/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/n8henrie/{{ repo-name }}/actions/workflows/ci.yml)

{{ project-description }}

[![Crates.io](https://img.shields.io/crates/v/{{project-name}}.svg)](https://crates.io/crates/{{project-name}})
[![Docs.rs](https://docs.rs/{{project-name}}/badge.svg)](https://docs.rs/{{project-name}})

## Features

- TODO

## Introduction

- TODO

## Quickstart

### Cargo

* Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
* run `cargo install {{project-name}}`

### Development Setup

1. Clone the repo: `git clone https://github.com/n8henrie/{{ repo-name }} && cd
{{ repo-name }}`
- TODO

## Configuration

- TODO

## Acknowledgements

- TODO

## Troubleshooting / FAQ

- How can I install an older / specific version of {{ project-name }}?
- TODO