diff --git a/content/roadmaps/101-backend/content/113-ci-cd.md b/content/roadmaps/101-backend/content/113-ci-cd.md index 5248a5956..0a355d8f1 100644 --- a/content/roadmaps/101-backend/content/113-ci-cd.md +++ b/content/roadmaps/101-backend/content/113-ci-cd.md @@ -5,3 +5,4 @@ CI/CD (Continuous Integration/Continuous Deployment) is the practice of automati Free Content DevOps CI/CD Explained in 100 Seconds by Fireship Automate your Workflows with GitHub Actions +What is CI/CD? diff --git a/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/104-cli-progress.md b/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/104-cli-progress.md index ce4c933e6..e38b39e54 100644 --- a/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/104-cli-progress.md +++ b/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/101-printing-output/104-cli-progress.md @@ -1 +1,6 @@ -# Cli progress \ No newline at end of file +# Cli progress + +CLI-Progress is a package that provides a custom progress bar for CLI applications. + +Free Content +CLI-Progress Documentation