GTIN
Elixir datatype and common functions for Global Trade Item Numbers (GTIN).
Installation
The package can be installed as:
-
Add
gtinto your list of dependencies inmix.exs:
```elixir
def deps do
[{:gtin, "~> 0.1.0"}]
end
```-
Ensure
gtinis started before your application:
```elixir
def application do
[applications: [:gtin]]
end
```