feature: cargo shuttle init #175
Labels
Contribution Wanted
The community is welcome to collaborate on this issue
Good First Issue
Good for newcomers
T-Improvement
Improvement or addition to existing features
Introduce an
init
function tocargo-shuttle
that will initialise the barebones of a project (similar tocargo init
).cargo shuttle init <name>
This should probably:
Init(ProjectName)
variant toCommand
inargs.rs
cargo init --lib
via thecargo
cratecrate-type = ["cdylib"]
tocargo.toml
shuttle-service
deps topcargo.toml
.Bonus points - have a separate
cargo init
command for each framework supported. For example with Rocket:cargo shuttle init-rocket <name>
shuttle-service = { version = "0.2", features = ["web-rocket"] }
hello-world
scaffoldingThe text was updated successfully, but these errors were encountered: