Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 581a7b52
authored
Aug 17, 2015
by
Iwasaki Yudai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add wercker.yml and badge to README
1 parent
a40c468a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
README.md
wercker.yml
README.md
View file @
581a7b5
# 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.
![
Screenshot
](
https://raw.githubusercontent.com/yudai/gotty/master/screenshot.gif
)
...
...
wercker.yml
0 → 100644
View file @
581a7b5
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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment