Generate random, alliterated animal names.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): add source link, jsr import qualifier

graham.systems 09df793a 6f104ca6

verified
+2 -1
+2 -1
README.md
··· 6 name, separated by a space. 7 8 ```ts ignore 9 - import { generateRandomName } from "@puregarlic/randimal"; 10 11 const name = await generateRandomName(); 12 ··· 27 some alignment with the Scribblenauts wiki. Be aware that many of the adjectives 28 are made up. 29
··· 6 name, separated by a space. 7 8 ```ts ignore 9 + import { generateRandomName } from "jsr:@puregarlic/randimal"; 10 11 const name = await generateRandomName(); 12 ··· 27 some alignment with the Scribblenauts wiki. Be aware that many of the adjectives 28 are made up. 29 30 + Source code is available on Tangled: [@graham.systems/randimal](https://tangled.org/@graham.systems/randimal/)