Packages

Convert 62 decimal number tools. Integer to String and String to Integer.

Current section

Files

Jump to
alphanumeric README.md~
Raw

README.md~

# Alphanumeric
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `alphanumeric` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:alphanumeric, "~> 0.1.0"}]
end
```
2. Ensure `alphanumeric` is started before your application:
```elixir
def application do
[applications: [:alphanumeric]]
end
```