1.0.2 • Published 1 year ago

fashion v1.0.2

Weekly downloads
6
License
GNU
Repository
github
Last release
1 year ago

Setup

npm i fashion

Usage

const fashion = require('fashion')

console.log(`${fashion.blue('Im blue!')}`)
console.log(`${fashion.yellow.bold.bgGreen('I am yellow with bold text on a green background!')}`)

Colors

  • blue
  • yellow
  • red
  • cyan
  • green
  • magenta
  • white
  • gray

Styles

  • reset
  • bold
  • dim
  • italic
  • underline
  • inverse
  • hidden

Bright colors

  • redBright
  • greenBright
  • yellowBright
  • blueBright
  • magentaBright
  • cyanBright
  • whiteBright

Background colors

bgColors

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

Bright background colors

  • bgBlackBright
  • bgRedBright
  • bgGreenBright
  • bgYellowBright
  • bgBlueBright
  • bgMagentaBright
  • bgCyanBright
  • bgWhiteBright
1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.2

7 years ago

0.0.1

8 years ago

0.0.0

10 years ago