Skip to main content
Version: Next

Installation

To start a project, we have two main ways:

  1. Create a new project directly through the Colibri Project generator.
  2. Include the dependency in an existing Go project.

Creating a new microservice via the generator

Access the colibriproject.dev.br website, create your project using the starter, and start coding quickly.

Adding to an existing project

To add colibri-sdk-go to your project, just run the command below in the terminal:

go get github.com/colibriproject-dev/colibri-sdk-go