Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 23:45

go-crap v0.5.0 Release

go-crap a CLI tool that calculates the CRAP score for Go projects.

Installation

Download the appropriate binary for your platform below, or:

Install the pre-built binary with version info stamped via ldflags:

curl -fsSL https://padiazg.github.io/go-crap/install.sh | sh

Or install from source:

go install github.com/padiazg/go-crap@v0.5.0

use Homebrew

brew tap padiazg/go-crap 
brew install go-crap

Changelog

Features

Bug fixes

Others

Full Changelog: v0.4.1...v0.5.0