From 1d10c0c4b7bc5fbebc4cca12151405fb3357deb4 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 21 Jun 2024 12:46:00 -0700 Subject: [PATCH] Add UniqueNamesGenerator to Text and Numbers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86130447..fd19f83c 100644 --- a/README.md +++ b/README.md @@ -1626,6 +1626,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis * [transformer](https://github.com/ByeongUkChoi/transformer) - Flexible type conversion lightweight library. * [ua_inspector](https://github.com/elixytics/ua_inspector) - User agent parser library like `piwik/device-detector`. * [ua_parser2](https://github.com/nazipov/ua_parser2-elixir) - A port of ua-parser2 to Elixir. User agent parser library. +* [unique_names_generator](https://github.com/jongirard/unique_names_generator) - Generate seeded random and unique names. * [unit_fun](https://github.com/meadsteve/unit_fun) - Attempt to add units to numbers in elixir to give some added type safety when dealing with numeric quantities. * [uuid](https://github.com/zyro/elixir-uuid) - UUID generator and utilities for Elixir. * [uuid_erl](https://github.com/okeuday/uuid) - Erlang Native UUID Generation.