A command line interface for Phabricator written in Go. Aspires to be a viable replacement for Arcanist with all the benefits of being deployed as a static executable. I.e., no PHP!
Merlin (or mer
, the name of the executable) relies heavily on go-conduit, a Go package that handles communicating with Phabricator's Conduit API.
Install gb.
go get github.com/constabulary/gb/...
Then build with gb build
and grab the bin\mer
executable.