6 releases
0.1.5 | Jan 15, 2022 |
---|---|
0.1.4 | Jan 14, 2022 |
#114 in #initialization
21 downloads per month
20KB
296 lines
fever
Initialize project using templates.
Prerequisites:
- Git (
brew install git
) - rust (
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
) - fever (
cargo install fever
)
Usage
Rust
- 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
- Create rust project
$ fever rust new rust-example --description "Rust project"
Dependencies
~12–21MB
~366K SLoC