0.0.4 • Published 8 months ago

nekonames v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Nekonames

Maps an array of unique full names to more compact but still unambiguous names. E.g:

> Object.values(nekonames([
  "George Michael",
  "George Orwell",
  "George Martin",
  "George Raymond Richard Martin",
]))
[
  "George Michael",
  "George O.",
  "George Martin",
  "George R. R. M.",
]

See tests for more examples.

Module name etymology: nickname → nekename → nekoname 🐈

0.0.3

8 months ago

0.0.2

8 months ago

0.0.4

8 months ago

0.0.1

4 years ago

0.0.1-rc1

4 years ago

0.0.0

4 years ago