Amethyst is an experimental Minecraft server written in Elixir
Go to file
2024-07-07 11:41:34 +02:00
.vscode Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
config Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
lib Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
test Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
.credo.exs Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
.envrc Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
.formatter.exs Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
.gitignore Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
flake.lock Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
flake.nix Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
mix.exs Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
mix.lock Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
mix.nix Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00
README.md Begin writing code for reading and writing packets 2024-07-07 11:41:34 +02:00

Amethyst

TODO: Add description

Installation

If available in Hex, the package can be installed by adding amethyst to your list of dependencies in mix.exs:

def deps do
  [
    {:amethyst, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/amethyst.