SkillAgentSearch skills...

Mk

`mk` is a simple `make` like command to ease the day-to-day life of building and testing `go` based projects.

Install / Use

/learn @sbinet/Mk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mk

mk is a simple make like command to ease the day-to-day life of building and testing go based projects.

Installation

$ go get github.com/sbinet/mk

Usage

In a go package:

# build, install and test
$ mk

# build, install
$ mk install

# only build
$ mk build

# build and test
$ mk test

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated5y ago
Forks0

Languages

Go

Security Score

70/100

Audited on Nov 11, 2020

No findings