1.0.1 • Published 3 years ago

@satosakii/supercolors v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

SuperColors

Demo_0

Demo_1

A Package allows you to use some colors in your Command Prompt!

Installation

npm install supercolors

Colors and Styles (And Extras) !


Text Colors

  • Black
  • Red
  • Green
  • Yellow
  • Blue
  • Magenta
  • Cyan
  • White

Bright Text Colors

  • brightRed
  • brightGreen
  • brightYellow
  • brightBlue
  • brightMagenta
  • brightCyan
  • brightWhite
  • brightGrey
  • brightGray

Background Colors

  • bgBlack
  • bgRed
  • bgGreen
  • bgYellow
  • bgBlue
  • bgMagenta
  • bgCyan
  • bgWhite

Bright Background Color

  • bgBrightRed
  • bgBrightGreen
  • bgBrightYellow
  • bgBrightBlue
  • bgBrightMagenta
  • bgBrightCyan
  • bgBrightWhite
  • bgBrightGrey
  • bgBrightGray

Styles

  • reset
  • bright
  • blink
  • underline

Extras

  • Rainbow
  • America
  • France
  • Zebra
  • rgbColor();
  • hexColor();

Usage


var SColors = require('SuperColors');

console.log("hi".green);
console.log("how are you today?".brightRed.underline);
console.log("I hope you will use this package!".rainbow.bright);
1.0.1

3 years ago

1.0.0

3 years ago