76 lines
1.8 KiB
Markdown
76 lines
1.8 KiB
Markdown
|
|
<h1 align="center">
|
|||
|
|
<br>
|
|||
|
|
<br>
|
|||
|
|
<img width="320" src="media/logo.svg" alt="Chalk">
|
|||
|
|
<br>
|
|||
|
|
<br>
|
|||
|
|
<br>
|
|||
|
|
</h1>
|
|||
|
|
|
|||
|
|
> Terminal string styling done right
|
|||
|
|
|
|||
|
|
[](https://codecov.io/gh/chalk/chalk)
|
|||
|
|
[](https://www.npmjs.com/package/chalk?activeTab=dependents)
|
|||
|
|
[](https://www.npmjs.com/package/chalk)
|
|||
|
|
|
|||
|
|

|
|||
|
|
|
|||
|
|
<br>
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
<div align="center">
|
|||
|
|
<p>
|
|||
|
|
<p>
|
|||
|
|
<sup>
|
|||
|
|
Sindre Sorhus' open source work is supported by the community on <a href="https://github.com/sponsors/sindresorhus">GitHub Sponsors</a>
|
|||
|
|
</sup>
|
|||
|
|
</p>
|
|||
|
|
<sup>Special thanks to:</sup>
|
|||
|
|
<br>
|
|||
|
|
<br>
|
|||
|
|
<a href="https://standardresume.co/tech">
|
|||
|
|
<img src="https://sindresorhus.com/assets/thanks/standard-resume-logo.svg" width="160">
|
|||
|
|
</a>
|
|||
|
|
<br>
|
|||
|
|
<br>
|
|||
|
|
<a href="https://retool.com/?utm_campaign=sindresorhus">
|
|||
|
|
<img src="https://sindresorhus.com/assets/thanks/retool-logo.svg" width="230">
|
|||
|
|
</a>
|
|||
|
|
<br>
|
|||
|
|
<br>
|
|||
|
|
<a href="https://strapi.io/?ref=sindresorhus">
|
|||
|
|
<div>
|
|||
|
|
<img src="https://sindresorhus.com/assets/thanks/strapi-logo-white-bg.png" width="220" alt="Strapi">
|
|||
|
|
</div>
|
|||
|
|
<b>Strapi is the leading open-source headless CMS.</b>
|
|||
|
|
<div>
|
|||
|
|
<sup>It’s 100% JavaScript, fully customizable, and developer-first.</sup>
|
|||
|
|
</div>
|
|||
|
|
</a>
|
|||
|
|
<br>
|
|||
|
|
<br>
|
|||
|
|
</p>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
<br>
|
|||
|
|
|
|||
|
|
## Highlights
|
|||
|
|
|
|||
|
|
- Expressive API
|
|||
|
|
- Highly performant
|
|||
|
|
- No dependencies
|
|||
|
|
- Ability to nest styles
|
|||
|
|
- [256/Truecolor color support](#256-and-truecolor-color-support)
|
|||
|
|
- Auto-detects color support
|
|||
|
|
- Doesn't extend `String.prototype`
|
|||
|
|
- Clean and focused
|
|||
|
|
- Actively maintained
|
|||
|
|
- [Used by ~86,000 packages](https://www.npmjs.com/browse/depended/chalk) as of October 4, 2022
|
|||
|
|
|
|||
|
|
...
|
|||
|
|
|
|||
|
|
Read more on [Github](https://github.com/chalk/chalk)
|