Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
takecy committed Dec 2, 2015
1 parent 2290d15 commit 9bf8a3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# slack-cli
Simple command-line client for slack by golang

![](https://img.shields.io/badge/golang-1.5.1-blue.svg?style=flat)
[![GoDoc](https://godoc.org/github.com/takecy/slack-cli?status.svg)](https://godoc.org/github.com/takecy/slack-cli)

## Features
* Post message only
* Use Incoming Web hook service on slack
Expand Down
13 changes: 13 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
slack-cli is simple command-line client for slack.
$ go get github.com/takecy/slack-cli
First is
$ slack-cli config <incoming web hook url>
Post message
$ slack-cli post <message>
Post to specific channel
$ slack-cli post -c general <message>
*/
package main

0 comments on commit 9bf8a3e

Please sign in to comment.