Skip to content

razd-cli/razd-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Razd Go Example

A simple Go project demonstrating Razd workflow.

Prerequisites

Quick Start

# Install tools and run the project
razd

Available Commands

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

Project Structure

.
├── Razdfile.yml   # Razd configuration
├── main.go        # Application entry point
├── go.mod         # Go module definition
└── go.sum         # Go dependencies checksum

Dependencies

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages