1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Add chalk content (#2393)

* Update 102-chalk.md

adding a description to the chalk package and adding a link to its github repository

* Update content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/102-chalk.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Edilson Morais
2022-10-11 17:26:07 -03:00
committed by GitHub
parent e542bba2c7
commit f83fec9e99

View File

@@ -1 +1,6 @@
# Chalk
Chalk is used to style terminal strings.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official GitHub Repository' href='https://github.com/chalk/chalk'>Chalk GitHub Repository</BadgeLink>