Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# readable-ids

The readable-ids library makes it possible to generate IDs that are easy for humans to read. It is based on dictionaries
that can either be created individually or selected from a supplied selection of different dictionaries. The library
offers various modifications and merging strategies that can be customized or created for specific applications. This
allows developers to create flexible and user-friendly IDs that are both easy to read and easy to remember.

## Usage

### Add the dependency to your project

**Gradle**

```gradle
implementation 'de.adrianlange:readable-ids-core:VERSION'
```

**Maven**

```xml
<dependency>
<groupId>de.adrianlange</groupId>
<artifactId>readable-ids-core</artifactId>
<version>VERSION</version>
</dependency>
```

## Changelog

A list of changes can be found under [Changelog.md](Changelog.md).