Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elixircl/rut
- Owner: ElixirCL
- License: mpl-2.0
- Created: 2022-03-31T02:08:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T12:27:02.000Z (over 2 years ago)
- Last Synced: 2024-10-03T16:03:57.784Z (3 months ago)
- Topics: chile, chilean, elixir, rut
- Language: Elixir
- Homepage: https://elixircl.github.io/rut/
- Size: 321 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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).