Skip to content

dyne/mattermost_commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12640fc ยท Sep 19, 2024

History

12 Commits
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024

Repository files navigation

mattemost_commands

custom dyne commands for mattermost





๐Ÿ’พ Install

Download the binary

curl -LO https://github.com/dyne/mattermost_commands/releases/latest/download/mattermost_commands && chmod +x mattermost_commands

๐Ÿ” back to top


๐ŸŽฎ Quick start

To start using mattemost_commands run the following command and run the server

./mattermost_commands &

test it by reach the :4444 on the server like eg.

curl localhost:4444

๐Ÿ” back to top


๐Ÿš‘ Community & support

๐Ÿ“ Documentation - Getting started and more.

๐ŸŒฑ Ecosystem - Plugins, resources, and more.

๐Ÿšฉ Issues - Bugs end errors you encounter using mattemost_commands.

๐Ÿ’ฌ Discussions - Get help, ask questions, request features, and discuss mattemost_commands.

[] Matrix - Hanging out with the community.

๐Ÿ—ฃ๏ธ Discord - Hanging out with the community.

๐Ÿช Telegram - Hanging out with the community.

๐Ÿ“– Example - An example repository that uses mattemost_commands.

๐Ÿ” back to top

๐Ÿ˜ Acknowledgements

Copyleft ๐Ÿ„ฏ 2024 by Dyne.org foundation, Amsterdam

Designed, written and maintained by Puria Nafisi Azizi.

๐Ÿ” back to top


๐Ÿ‘ค Contributing

  1. ๐Ÿ”€ FORK IT
  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


๐Ÿ’ผ 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