Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elixircl/rut

RUT/RUN Validator and Formatter for Elixir
https://github.com/elixircl/rut

chile chilean elixir rut

Last synced: about 2 months ago
JSON representation

RUT/RUN Validator and Formatter for Elixir

Awesome Lists containing this project

README

        

# ElixirCLRut

A module that helps with validation and formatting
of chilean [RUT/RUN identifiers](https://es.wikipedia.org/wiki/Rol_%C3%9Anico_Tributario).
Made by the [Elixir Chile](https://elixircl.github.io) Community.

## Installation

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

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