1.0.1-GA • Published 2 years ago

@xumeng03/chalk v1.0.1-GA

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Chalk

easily use styles in terminal.

Install

npm install @xumeng03/chalk

Usage

import chalk from '@xumeng03/chalk';

console.log(chalk.color("blue").bgColor("skyblue").style("bold", "hello chalk!"));
console.log(chalk.color("red").bgColor("pink").style("bold").build("hello chalk!"));

References

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0-GA

2 years ago

1.0.0-rc.1

2 years ago

1.0.1-GA

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago