https://github.com/adamzaninovich/schem_ex
https://github.com/adamzaninovich/schem_ex
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamzaninovich/schem_ex
- Owner: adamzaninovich
- Created: 2017-09-22T20:04:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T20:05:37.000Z (over 7 years ago)
- Last Synced: 2025-02-16T19:48:26.876Z (3 months ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SchemEx
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `schem_ex` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:schem_ex, "~> 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/schem_ex](https://hexdocs.pm/schem_ex).