Skip to content

Commit

Permalink
feat: documenting a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Sep 19, 2024
1 parent 4664d88 commit ef09cc0
Showing 1 changed file with 118 additions and 2 deletions.
120 changes: 118 additions & 2 deletions README.md
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)**

0 comments on commit ef09cc0

Please sign in to comment.