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
- Host: GitHub
- URL: https://github.com/byron/cli-template-rs
- Owner: Byron
- Created: 2018-06-12T05:19:51.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T12:07:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T08:46:02.976Z (over 1 year ago)
- Language: Shell
- Size: 31.3 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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.