Commit 581a7b52 by Iwasaki Yudai

Add wercker.yml and badge to README

1 parent a40c468a
Showing with 25 additions and 0 deletions
# GoTTY - Share your terminal as a web application # GoTTY - Share your terminal as a web application
[![wercker status](https://app.wercker.com/status/03b91f441bebeda34f80e09a9f14126f/s/master "wercker status")](https://app.wercker.com/project/bykey/03b91f441bebeda34f80e09a9f14126f)
GoTTY is a simple command line tool that turns your CLI tools into web applications. GoTTY is a simple command line tool that turns your CLI tools into web applications.
![Screenshot](https://raw.githubusercontent.com/yudai/gotty/master/screenshot.gif) ![Screenshot](https://raw.githubusercontent.com/yudai/gotty/master/screenshot.gif)
......
box: tcnksm/gox
build:
steps:
- setup-go-workspace
- script:
name: go get
code: |
go get github.com/tools/godep
godep restore
- tcnksm/gox:
os: "darwin linux"
arch: "amd64"
- yudai/targz:
input: $WERCKER_OUTPUT_DIR/pkg
output: $WERCKER_OUTPUT_DIR/dist
deploy:
steps:
- tcnksm/ghr:
token: $GITHUB_TOKEN
input: dist
replace: true
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!