Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 520 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 520 Bytes

cargo-template

Better alternative to cargo new.

Installation

git clone https://github.com/aodhneine/cargo-template.git
cd cargo-template
sudo ./install.sh

Usage

cargo template foo        # creates a new binary project named 'foo'
cargo template --bin foo  # same as the above
cargo template --lib bar  # creates a new library project named 'bar'
cargo template --help     # show usage and all options

FAQ

Q: Why Perl and not Rust?

A: Because Perl is a superior language.