1.0.1-GA • Published 5 months ago

@xumeng03/chalk v1.0.1-GA

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months 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

5 months ago

1.0.1

5 months ago

1.0.0-GA

5 months ago

1.0.0-rc.1

5 months ago

1.0.1-GA

5 months ago

2.0.0

5 months ago

1.0.0

5 months ago

0.0.1

5 months ago