https://github.com/hapoon/slk
Slack CLI client written in Go
https://github.com/hapoon/slk
Last synced: 5 months ago
JSON representation
Slack CLI client written in Go
- Host: GitHub
- URL: https://github.com/hapoon/slk
- Owner: hapoon
- License: mit
- Created: 2023-03-10T07:10:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T03:07:49.000Z (over 1 year ago)
- Last Synced: 2024-09-12T12:45:23.054Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slk
Slack CLI client written in Go
## Installation
```
go install github.com/hapoon/slk
```
## Usage
初期化
```
slk init
```
WebHookでのメッセージ送信
```
slk wh [message]
```
## License
[MIT](/LICENSE)
## Author
KORENAGA Makoto a.k.a hapoon