Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinz/elixir_ulid
https://github.com/xinz/elixir_ulid
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xinz/elixir_ulid
- Owner: xinz
- Created: 2022-03-21T10:30:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T15:31:20.000Z (8 months ago)
- Last Synced: 2024-12-21T14:07:47.924Z (about 1 month ago)
- Language: Elixir
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ULID
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixir_ulid` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:elixir_ulid, "~> 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/elixir_ulid](https://hexdocs.pm/elixir_ulid).