rproj 0.4.0

Guided bootstrap-to-game-dev CLI for Roblox: takes a fresh Windows PC to a working Roblox/Luau setup, then scaffolds projects on it
1
2
3
4
5
6
7
8
9
pub mod configure;
pub mod copy;
pub mod info;
pub mod new;
pub mod provision;
pub mod setup;
pub mod upgrade;
pub mod watch;
pub mod welcome;