https://github.com/tuwilof/castle
https://github.com/tuwilof/castle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuwilof/castle
- Owner: tuwilof
- Created: 2019-02-08T11:52:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T11:52:53.000Z (over 6 years ago)
- Last Synced: 2025-01-04T18:42:27.943Z (6 months ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Castle
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `castle` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:castle, "~> 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/castle](https://hexdocs.pm/castle).mix test