Feat(messenger): Initial commit
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Messenger
|
||||
|
||||
## About
|
||||
The project's goal is build a generic messenger that notifies through multiple channels
|
||||
|
||||
## Usage
|
||||
```
|
||||
usage: print [-h|--help] [--webhook] [--url "<value>"]
|
||||
|
||||
Prints provided string to stdout
|
||||
|
||||
Arguments:
|
||||
|
||||
-h --help Print help information
|
||||
--webhook Use this flag to enable webhook sending
|
||||
--url URL to be used for webhook
|
||||
```
|
||||
|
||||
## Build
|
||||
Use the following command to build the application:
|
||||
```
|
||||
go build git.samuelpua.com/telboon/messenger/cmd/messenger
|
||||
```
|
||||
Reference in New Issue
Block a user