Joyful
Generate delightful, random word combinations for your app — perfect for project names, usernames, or unique identifiers.
Installation
To install joyful, simply run the following command:
npm install joyfulUsage
Here is an example of how to use joyful for generating friendly words:
import { joyful } from "joyful";
const words = joyful(); // "amber-fox"
const words = joyful({ segments: 3 }); // "golden-marble-cathedral"
const words = joyful({ segments: 3, separator: "_" }); // "swift_northern_lights"
const words = joyful({ maxLength: 8 }); // "tan-elk"Benefits
- Easy to Use:
joyfulis easy to use and generates friendly words with a simple API. - Customizable: You can customize the number of segments and the separator.
For more information and detailed documentation, visit the joyful GitHub repo.