From 8a4278777c058b41bca3f40fcbcc189ef1e94587 Mon Sep 17 00:00:00 2001 From: Julio Martins <49854105+eujuliu@users.noreply.github.com> Date: Wed, 12 Oct 2022 18:41:31 -0300 Subject: [PATCH] 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 '-' --- content/roadmaps/101-backend/content/113-ci-cd.md | 1 + .../101-printing-output/104-cli-progress.md | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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