mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 01:42:54 -05:00
docs: minimal README
This commit is contained in:
parent
aa0251fdd1
commit
fd9431991d
1 changed files with 6 additions and 8 deletions
14
README.md
14
README.md
|
@ -1,11 +1,13 @@
|
|||
# TypeID
|
||||
# TypeID Elixir
|
||||
|
||||
**TODO: Add description**
|
||||
### A type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
|
||||
|
||||
[TypeIDs](https://github.com/jetpack-io/typeid) are a modern, type-safe, globally unique identifier based on the upcoming UUIDv7 standard. They provide a ton of nice properties that make them a great choice as the primary identifiers for your data in a database, APIs, and distributed systems. Read more about TypeIDs in their spec.
|
||||
|
||||
## Installation
|
||||
|
||||
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
|
||||
by adding `typeid` to your list of dependencies in `mix.exs`:
|
||||
The package can be installed by adding `typeid` to your list of dependencies in
|
||||
`mix.exs`:
|
||||
|
||||
```elixir
|
||||
def deps do
|
||||
|
@ -15,7 +17,3 @@ def deps do
|
|||
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/typeid>.
|
||||
|
||||
|
|
Loading…
Reference in a new issue