RocketBlend
GithubDownload
  • Introduction to RocketBlend
  • Getting Started
    • Quick Start
    • Installation
  • Reference
    • CLI
      • Commands
        • Rocketblend
        • New
        • Install
        • Uninstall
        • Run
        • Render
        • Resolve
        • Insert
        • Describe
        • Config
        • Completion
      • Configuration
  • Development
    • Getting Setup
    • Related Projects and Documentation
  • Frequently Asked Questions
    • Troubleshooting
Powered by GitBook
On this page
  • Prerequisites
  • Building RocketBlend
  • Running tests
  • Creating a Release
  1. Development

Getting Setup

How to set up an environment for developing on RocketBlend.

Prerequisites

  • Linux or Windows x64

  • Go 1.23.X

  • Git

  • GoReleaser (Release Only)

  • Cosign (Release Only)

Building RocketBlend

We use Make to build our programs. The simplest way to get started is:

make build

Running tests

make check

Creating a Release

make dry
make release version=v1.5.0
PreviousConfigurationNextRelated Projects and Documentation

Last updated 1 month ago