palantir / godel

Go tool for formatting, checking, building, distributing and publishing projects
Apache License 2.0
311 stars 34 forks source link
octo-correct-managed

Autorelease

gödel

CircleCI

gödel is a Go build tool that provides tasks for configuring, formatting, checking, testing, building and publishing Go projects in a declarative, consistent and reproducible manner across different platforms and environments. gödel can be used in both local development environments and for verifying the correctness of project in CI environments. gödel uses declarative configuration to define the parameters for a project and provides an executable that orchestrates build tasks using standard Go commands. It centralizes project configuration and eliminates the need for custom build scripts that conflate configuration with logic. gödel is designed to be portable, fast and lightweight -- adding it to a project consists of copying a single file and directory into the project and adds less than 50kb of version-controlled material.

gödel is also highly extensible and configurable. The core functionality of gödel is provided by plugins and assets, and it is easy to write new plugins or assets and to configure a gödel instance to use custom plugins or assets as needed.

Features

The following features are provided by a default gödel installation (either as builtin tasks or default plugin tasks):

This list is not exhaustive -- run ./godelw --help for a list of all of the available commands. Furthermore, custom

Documentation

Documentation for this project is in the docs directory and the GitHub Wiki (the GitHub Wiki mirrors the contents of the docs directory).

License

This project is made available under the Apache 2.0 License.