-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
118 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,123 @@ | ||
<div align="center"> | ||
|
||
# mattemost_commands | ||
|
||
## ๐ Site docs | ||
### custom dyne commands for mattermost | ||
|
||
</div> | ||
|
||
<p align="center"> | ||
<a href="https://dyne.org"> | ||
<img src="https://files.dyne.org/software_by_dyne.png" width="170"> | ||
</a> | ||
</p> | ||
|
||
|
||
--- | ||
<br><br> | ||
|
||
<div id="toc"> | ||
|
||
### ๐ฉ Table of Contents | ||
|
||
- [๐พ Install](#-install) | ||
- [๐ฎ Quick start](#-quick-start) | ||
- [๐ Community & support](#-community--support) | ||
- [๐ Acknowledgements](#-acknowledgements) | ||
- [๐ค Contributing](#-contributing) | ||
- [๐ผ License](#-license) | ||
|
||
</div> | ||
|
||
*** | ||
## ๐พ Install | ||
|
||
Download the binary | ||
```bash | ||
wget https://github.com/dyne/mattermost_commands/releases/download/v1.1.1/mattermost_commands && chmod +x mattermost_commands | ||
``` | ||
**[๐ back to top](#toc)** | ||
|
||
*** | ||
## ๐ฎ Quick start | ||
|
||
To start using mattemost_commands run the following command and run the server | ||
|
||
```bash | ||
go install golang.org/x/pkgsite/cmd/pkgsite@latest && pkgsite | ||
./mattermost_commands & | ||
``` | ||
|
||
test it by reach the `:4444` on the server like eg. | ||
|
||
```bash | ||
curl localhost:4444 | ||
``` | ||
|
||
**[๐ back to top](#toc)** | ||
|
||
*** | ||
## ๐ Community & support | ||
|
||
**[๐ Documentation](#toc)** - Getting started and more. | ||
|
||
**[๐ฑ Ecosystem](https://github.com/dyne/ecosystem)** - Plugins, resources, and more. | ||
|
||
**[๐ฉ Issues](../../issues)** - Bugs end errors you encounter using mattemost_commands. | ||
|
||
**[๐ฌ Discussions](../../discussions)** - Get help, ask questions, request features, and discuss mattemost_commands. | ||
|
||
**[[] Matrix](https://socials.dyne.org/matrix)** - Hanging out with the community. | ||
|
||
**[๐ฃ๏ธ Discord](https://socials.dyne.org/discord)** - Hanging out with the community. | ||
|
||
**[๐ช Telegram](https://socials.dyne.org/telegram)** - Hanging out with the community. | ||
|
||
**[๐ Example](https://github.com/mattemost_commands/example)** - An example repository that uses mattemost_commands. | ||
|
||
**[๐ back to top](#toc)** | ||
|
||
## ๐ Acknowledgements | ||
|
||
<a href="https://dyne.org"> | ||
<img src="https://files.dyne.org/software_by_dyne.png" width="222"> | ||
</a> | ||
|
||
|
||
Copyleft ๐ฏ 2024 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam | ||
|
||
Designed, written and maintained by Puria Nafisi Azizi. | ||
|
||
**[๐ back to top](#toc)** | ||
|
||
*** | ||
## ๐ค Contributing | ||
|
||
1. ๐ [FORK IT](../../fork) | ||
2. Create your feature branch `git checkout -b feature/branch` | ||
3. Commit your changes `git commit -am 'feat: New feature\ncloses #398'` | ||
4. Push to the branch `git push origin feature/branch` | ||
5. Create a new Pull Request `gh pr create -f` | ||
6. ๐ Thank you | ||
|
||
|
||
**[๐ back to top](#toc)** | ||
|
||
*** | ||
## ๐ผ License | ||
mattemost_commands - custom mattermost commands | ||
Copyleft ๐ฏ 2024 Dyne.org foundation, Amsterdam | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as | ||
published by the Free Software Foundation, either version 3 of the | ||
License, or (at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Affero General Public License for more details. | ||
|
||
You should have received a copy of the GNU Affero General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
**[๐ back to top](#toc)** |