Crates.io | rocket-starter |
lib.rs | rocket-starter |
version | 0.4.0 |
source | src |
created_at | 2024-05-08 13:03:20.200983 |
updated_at | 2024-05-22 18:48:28.498082 |
description | Tool to create skeleton for a Rocket-based web application |
homepage | |
repository | https://github.com/szabgab/rocket-starter.rs/ |
max_upload_size | |
id | 1233760 |
size | 26,251 |
Start building a Rocket-based web application.
cargo install rocket-starter
rocket-starter --simple hello
cd hello
cargo test
cargo run
rocket-starter --tera2 hello
cd hello
cargo test
cargo run
rocket-starter --tera1 hello
cd hello
cargo test
cargo run
git add .
git commit -m "prepare for 0.4.0"
cargo publish
git tag -a 0.4.0 -m 0.4.0
git push --tags