A simple Go project demonstrating Razd workflow.
# Install tools and run the project
razd| Command | Description |
|---|---|
razd |
Install dependencies and run the app |
razd install |
Install Go dependencies |
razd dev |
Run the application |
razd build |
Build binary to bin/app |
.
├── Razdfile.yml # Razd configuration
├── main.go # Application entry point
├── go.mod # Go module definition
└── go.sum # Go dependencies checksum
- github.com/fatih/color - Color output for terminal
MIT