Skip to content

grothesk/go-dirk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

go-dirk

Run from source

You can run dirk from source e.g. like this:

go run dirk/main.go init <project-folder>

Build

You can build dirk like this:

go build -o dirk/build/dirk dirk/main.go

or this:

export GOOS=darwin
export GOARCH=amd64
go build -o dirk/build/dirk_${GOOS}_${GOARCH} dirk/main.go

Run tests

You can run all of the tests by

go test ./...

About

Golang implementation of dirk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published