console-palette-generator
v1.1.2
Published
A simple color palette generator for console output
Downloads
23
Maintainers
Readme
Palette Generator
Palette Generator is a simple Node.js package that generates aesthetically pleasing color palettes for console output. It helps developers add vibrant colors to their terminal logs, making debugging or CLI interfaces more visually engaging.
Features
- Generate a color palette based on a base color.
- Support for different color schemes: default, monochromatic, analogous, complementary, triadic, tetradic.
- Display the palette directly in the console.
- Option to save the palette to a file.
- Interactive CLI for easy use.
Installation
You can install the package globally using npm:
npm install -g palette-generator