#initialization #template #git

app fever

Initialize project using templates

6 releases

0.1.5 Jan 15, 2022
0.1.4 Jan 14, 2022

#1841 in Development tools

MIT/Apache

20KB
296 lines

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"

Dependencies

~17MB
~372K SLoC