Skip to content

lincolmlabs/clifford

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Compile

Run
go build -o clifford

To validate Tests BDD with Ginkgo

  1. Install Ginkgo:
    go install github.com/onsi/ginkgo/v2/ginkgo

  2. Execute Ginkgo
    export PATH=$PATH:$(go env GOPATH)/bin
    ginkgo build

Running Tests

Running tests will require Ginkgo configured on path. Once fine, run this command:

go test

About

Common Command Line Interface API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages