🚀
30-Second Setup
One command to clone, install tools, and run setup. No more multi-step project initialization.

Get a project up and running in seconds:
# Clone and set up a project in one command
razd up https://github.com/hello/world.git
# Or set up an existing local project
cd my-project
razd upRazd automates the common project setup workflow:
.mise.toml and runs mise installTaskfile.yml and runs task setupInstead of running multiple commands every time you set up a project:
git clone https://github.com/hello/world.git
cd world
mise install
task setupJust run:
razd up https://github.com/hello/world.gitPerfect for: