mskelton / rust-template

Template for new Rust CLI projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-template

Installation

You can install rust-template by running the install script which will download the latest release.

curl -LSfs https://go.mskelton.dev/rust-template/install | sh

Or you can build from source.

git clone git@github.com:mskelton/rust-template.git
cd rust-template
cargo install --path .

Usage

rust-template

About

Template for new Rust CLI projects.

License:ISC License


Languages

Language:Shell 99.6%Language:Rust 0.4%