https://github.com/dealloc/wumpex
A fast, simple Discord bot framework
https://github.com/dealloc/wumpex
discord elixir elixir-library hex hexpm library
Last synced: 8 months ago
JSON representation
A fast, simple Discord bot framework
- Host: GitHub
- URL: https://github.com/dealloc/wumpex
- Owner: dealloc
- Created: 2020-05-09T19:48:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T07:33:27.000Z (over 4 years ago)
- Last Synced: 2025-03-29T15:19:02.337Z (9 months ago)
- Topics: discord, elixir, elixir-library, hex, hexpm, library
- Language: Elixir
- Homepage: https://wumpex.dealloc.be
- Size: 574 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wumpex

**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `wumpex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wumpex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/wumpex](https://hexdocs.pm/wumpex).