Skip to content

Commit

Permalink
Humanise
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 12, 2024
1 parent 437869c commit 3dae279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [gap](https://github.com/JohnBjrk/gap) - [📚](https://hexdocs.pm/gap/) - A Gleam library for comparing strings/lists and producing a textual (styled) representation of the differences.
- [glam](https://github.com/giacomocavalieri/glam) - [📚](https://hexdocs.pm/glam/) - A package to help you easily pretty print structured data
- [hug](https://github.com/brettkolodny/gleam-hug) - [📚](https://hexdocs.pm/hug/) - Helpful and pretty CLI messages
- [humanise](https://github.com/SaphiraKai/humanise) - [📚](https://hexdocs.pm/humanise/) - Easily format values for human readability!
- [justin](https://github.com/lpil/justin) - [📚](https://hexdocs.pm/justin/) - Convert between snake_case, camelCase, and other cases in Gleam
- [phonetic_gleam](https://github.com/leobm/phonetic_gleam) - [📚](https://hexdocs.pm/phonetic_gleam/) - A collection of gleam algorithms dealing with phonetics.
- [punycode](https://codeberg.org/sotolf/gleam_punycode/) - [📚](https://hexdocs.pm/punycode/) - Gleam implementation of punycode encoding and decoding
Expand Down
2 changes: 1 addition & 1 deletion packages/humanise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "humanise"
description = "Easily format values for human readability!"
docs_url = "https://hexdocs.pm/humanise/"
repo_url = "https://github.com/SaphiraKai/humanise"
category = ""
category = "Text"

0 comments on commit 3dae279

Please sign in to comment.