random-description-generator
v1.0.1
Published
Generate random descriptions for testing.
Downloads
120
Maintainers
Readme
Random Description Generator
A lightweight library to generate random descriptions for testing purposes. Combine adjectives, nouns, verbs, and adverbs to create fun and dynamic sentences.
Installation
npm install random-description-generator
Usage
const { generateDescription } = require("random-description-generator");
console.log(generateDescription());
// Output: The fierce dragon happily sings over the elegant castle.