Crates.io | fever |
lib.rs | fever |
version | 0.1.5 |
source | src |
created_at | 2022-01-09 08:52:12.497565 |
updated_at | 2022-01-15 15:33:12.539076 |
description | Initialize project using templates. |
homepage | https://github.com/ltoddy/fever |
repository | https://github.com/ltoddy/fever |
max_upload_size | |
id | 510722 |
size | 58,880 |
Initialize project using templates.
Prerequisites:
brew install git
)curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
)cargo install fever
)$ 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
$ fever rust new rust-example --description "Rust project"