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

https://github.com/byron/cli-template-rs

A template for command-line applications in Rust - just clone to get started
https://github.com/byron/cli-template-rs

Last synced: over 1 year ago
JSON representation

A template for command-line applications in Rust - just clone to get started

Awesome Lists containing this project

README

          

![Rust](https://github.com/Byron/cli-template-rs/workflows/Rust/badge.svg)

## Getting Started

Find-and-replace the term `foobar` with the name of your command-line application.

Run `make` to see what you can do.

The general idea is to write unit tests only when really needed, and prefer high-level journey tests instead which run
the binary itself in an environment that is isolated just enough.