An open API service indexing awesome lists of open source software.

https://github.com/adzz/chonk_o_meter


https://github.com/adzz/chonk_o_meter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ChonkOMeter

This library was used as an example of how to create livebook documentation. It accompanies [this blog post]().

Chonk O Meter is a state of the art size estimator. It will rate the size of anything according to the following chart:

![alt chart showing cats of various sizes](./images/chonk.jpg)

For example:

iex> ChonkOMeter.story_points(10)
"Mega Chonk"

## Generating Docs

Generate with:

```sh
mix docs
```

## Publish

```sh
mix hex.publish
```

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `chonk_o_meter` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:chonk_o_meter, "~> 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/chonk_o_meter](https://hexdocs.pm/chonk_o_meter).