/merlin

Command line interface for Phabricator written in Go. Similar to Arcanist.

Primary LanguageGo

Merlin

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.

Documentation

Building

Install gb.

go get github.com/constabulary/gb/...

Then build with gb build and grab the bin\mer executable.