Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

console-palette-generator

waqas7715MIT1.1.2

A simple color palette generator for console output

palette, color, generator, console, CLI, terminal, nodejs, tinycolor, color-schemes

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:

`bash npm install -g palette-generator