This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Augusto Dwenger J. a39112c792 Init 2023-06-02 18:41:02 +02:00
.vscode Init 2023-06-02 18:41:02 +02:00
config Init 2023-06-02 18:41:02 +02:00
lib Init 2023-06-02 18:41:02 +02:00
priv/repo/migrations Init 2023-06-02 18:41:02 +02:00
test Init 2023-06-02 18:41:02 +02:00
.formatter.exs Init 2023-06-02 18:41:02 +02:00
.gitignore Init 2023-06-02 18:41:02 +02:00
LICENSE Init 2023-06-02 18:41:02 +02:00
README.md Init 2023-06-02 18:41:02 +02:00
mix.exs Init 2023-06-02 18:41:02 +02:00
mix.lock Init 2023-06-02 18:41:02 +02:00

README.md

Restcrud

TODO: Add description

Installation

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

def deps do
  [
    {:restcrud, "~> 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/restcrud.