Skip to content

tobiash/go-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-make : make-like build pipelines for go

Overview

PkgGoDev Go Report Card

Experimental implementation of a (GNU-) make-like build pipeline for Go. The goal here is not to recreate or replace make, but to leverage its patterns and semantics as a library. Therefore, the provided CLI command is more of a proof-of-concept.

Key features:

  • a simple DAG (directed acyclic graph) implementation with go-routine-based parallel walk feature
  • an abstraction for make's targets - this is not limited to filesystem based targets
  • an abstraction of up-to-date checks for targets - while GNU make relies on file change timestamps only, go-make can be extended and by default uses a hash based system built on go-mod's go.sum

Install

go get github.com/tobiash/go-make

About

make-like build pipelines for go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages