proton-cli 0.0.0

A template command line application written in Rust leveraging the clap framework
# proton-cli

[![license](https://img.shields.io/badge/license-Apache2.0-blue.svg)]

***

_**The application is currently in the early stages of development and is not yet ready for production use.**_

A template for creating a CLI application in Rust using `clap`.

## Features

- [x] Feature 1

## Getting Started

### Building from the source

Start by cloning the repository

```bash
git clone https://github.com/FL03/template-rs-cli.git
```

#### _Change directory_

```bash
cd template-rs-cli
```

#### _Building the project_

```bash
cargo build --all-features -r -v --workspace
```

#### _Running tests_

```bash
cargo test --all-features -r -v --workspace
```

## Usage

Add this to your `Cargo.toml`:

```bash
cargo install template-rs-cli
```