Skip to content

Create new Rust project from an opinionated template.

License

Notifications You must be signed in to change notification settings

aodhneine/cargo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Create new Rust project from an opinionated template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published