1.0.1 • Published 8 months ago

random-description-generator v1.0.1

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
8 months ago

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.
1.0.1

8 months ago

1.0.0

8 months ago