fever

Crates.iofever
lib.rsfever
version0.1.5
sourcesrc
created_at2022-01-09 08:52:12.497565
updated_at2022-01-15 15:33:12.539076
descriptionInitialize project using templates.
homepagehttps://github.com/ltoddy/fever
repositoryhttps://github.com/ltoddy/fever
max_upload_size
id510722
size58,880
LiuTao (ltoddy)

documentation

https://docs.rs/fever

README

fever

Initialize project using templates.

Prerequisites:

  1. Git (brew install git)
  2. rust (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh)
  3. fever (cargo install fever)

Usage

Rust

  1. Initialize rust project
$ mkdir rust-example && cd rust-example
$ fever rust init --description "Just a rust project"
$ tree .
.
├── Cargo.toml
├── LICENSE-APACHE
├── LICENSE-MIT
├── README.md
├── rust-toolchain
├── rustfmt.toml
└── src
    └── main.rs

1 directory, 7 files
  1. Create rust project
$ fever rust new rust-example --description "Rust project"
Commit count: 29

cargo fmt