https://github.com/jfornoff/sharedspec
https://github.com/jfornoff/sharedspec
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfornoff/sharedspec
- Owner: jfornoff
- Created: 2018-09-26T11:01:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T11:03:48.000Z (over 6 years ago)
- Last Synced: 2025-01-10T18:37:20.542Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sharedspec
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sharedspec` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:sharedspec, "~> 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/sharedspec](https://hexdocs.pm/sharedspec).