1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 11:09:53 +02:00

Add summary and one free content to cli-progress package (#2452)

* feat: free content about ci/cd

add a read free content about ci/cd

* feat: add cli-progress summary and content

Add summary and content to cli-progress package

Thank you '-'
This commit is contained in:
Julio Martins
2022-10-12 18:41:31 -03:00
committed by GitHub
parent 69f625af39
commit 8a4278777c
2 changed files with 7 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ CI/CD (Continuous Integration/Continuous Deployment) is the practice of automati
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=scEDHsr3APg'>DevOps CI/CD Explained in 100 Seconds by Fireship</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=nyKZTKQS_EQ'>Automate your Workflows with GitHub Actions</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://about.gitlab.com/topics/ci-cd/'>What is CI/CD?</BadgeLink>

View File

@@ -1 +1,6 @@
# Cli progress
# Cli progress
CLI-Progress is a package that provides a custom progress bar for CLI applications.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://www.npmjs.com/package/cli-progress'>CLI-Progress Documentation</BadgeLink>