1.0.0 • Published 5 years ago
chalkextra v1.0.0
chalkExtra
Basis of chalk and provide extra features.
Installation
npm install chalkExtra
Usage
chalkExtra.color, chalkExtra.colorLight, chalkExtra.colorDark
provide some additional preset colors:
- red
- pink
- purple
- deepPurple
- indigo
- blue
- lightBlue
- cyan
- teal
- green
- lightGreen
- lime
- yellow
- amber
- orange
- deepOrange
- brown
- gray
- blueGray
const chalk = require('chalkExtra');
console.log(chalk.colorLight.deepPurple('chalkExtra.colorLight'));
console.log(chalk.color.deepPurple('chalkExtra.color'));
console.log(chalk.colorDark.deepPurple('chalkExtra.colorDark'));
1.0.0
5 years ago