https://github.com/jish/stats
Property based testing in Elixir
https://github.com/jish/stats
Last synced: about 1 year ago
JSON representation
Property based testing in Elixir
- Host: GitHub
- URL: https://github.com/jish/stats
- Owner: jish
- Created: 2018-05-01T04:52:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T04:53:19.000Z (about 8 years ago)
- Last Synced: 2025-02-12T08:17:56.628Z (over 1 year ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stats
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `stats` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:stats, "~> 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/stats](https://hexdocs.pm/stats).