We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2290d15 commit 9bf8a3eCopy full SHA for 9bf8a3e
README.md
@@ -1,6 +1,9 @@
1
# slack-cli
2
Simple command-line client for slack by golang
3
4
+
5
+[](https://godoc.org/github.com/takecy/slack-cli)
6
+
7
## Features
8
* Post message only
9
* Use Incoming Web hook service on slack
doc.go
@@ -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>
10
+Post to specific channel
11
+ $ slack-cli post -c general <message>
12
+*/
13
+package main
0 commit comments