UNPKG

generate_quote-md

Version:

Random Quotes Generator

19 lines (12 loc) 593 B
# generate_quote-md A simple Node.js package that generates and logs random quotes with customizable styles. It uses the `chalk` library to log quotes in various colors and effects for better readability and impact. ## Features - Get a random quote from a predefined list. - Log quotes in various styles (blue, red, green, highlighted, fancy, and gradient). - Simple and easy-to-use API. - Fully customizable quotes in `quotes.json`. ## Installation To install the package, run the following command in your project directory: ```bash npm install generate_quote-md ```