Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

eval-so/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli

This is the home of the Eval.so CLI.

The program is written in Go and uses the Eval.so JSON api for everything it does.

See manpage.md for application details.

Building

Building evalso requires a working Golang environment. Run go run evalso.go to run the program, or to just build it, run go build evalso.go, which will result in a binary called evalso.

The manpage is built with Ronn and should be kept up to date. To build the manpage, simply run ronn man/evalso.md.

Ronn is installable as a Rubygem.

Releases

No releases published

Packages

No packages published

Languages