Skip to content

Latest commit

History

History
62 lines (45 loc) 路 1.09 KB

README.md

File metadata and controls

62 lines (45 loc) 路 1.09 KB

Boy

On-Cloud Snippet Runner.

Usage

$ boy exec gist.github.com/msh5/965b29269fee385ee2a082101f247a26
Hello World !

$ boy exec github.com/msh5/boy/share/hello_world.sh
Hello World !

Installation

Homebrew

brew tap msh5/boy
brew install boy

Download pre-built binary

Releases 路 msh5/boy

Build from source codes

env GO111MODULE=off go get -u github.com/msh5/boy