Skip to content
/ mk Public

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

License

Notifications You must be signed in to change notification settings

sbinet/mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages