https://github.com/junekelly/cute-id
Cute, random IDs in Racket, in adjective-adjective-animal form.
https://github.com/junekelly/cute-id
Last synced: 3 months ago
JSON representation
Cute, random IDs in Racket, in adjective-adjective-animal form.
- Host: GitHub
- URL: https://github.com/junekelly/cute-id
- Owner: JuneKelly
- Created: 2020-11-08T11:22:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T19:02:18.000Z (over 5 years ago)
- Last Synced: 2025-02-26T11:44:15.853Z (over 1 year ago)
- Language: Racket
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cute-id
=======
Cute, Random IDs in Racket, in adjective-adjective-animal form, such as
`"Abaft-Blondish-Ocelot"`.
Adjectives and Animals borrowed from https://github.com/moparisthebest/adjective-adjective-animal.
# Example
``` racket
(require cute-id)
(println (cute-id))
;; => Abaft-Blondish-Ocelot
```
## Install
``` sh
$ raco pkg install
```
## Test
``` sh
$ raco test main.rkt
```
## Generate from Command Line
``` sh
$ racket main.rkt
# => Unilateral-Delayed-Moa
```