From 7d4d390b64ced65746768bcc7fbd472ef7940c8d Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Tue, 8 Nov 2022 16:07:45 +0530 Subject: [PATCH] Add content for command line applications (#2900) * node.js command line apps readme added * Update content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/readme.md Co-authored-by: Kamran Ahmed --- .../content/106-nodejs-command-line-apps/readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/readme.md b/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/readme.md index 456717274..4533c1496 100644 --- a/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/readme.md +++ b/content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/readme.md @@ -1 +1,8 @@ -# Nodejs command line apps \ No newline at end of file +# Command Line Applications + +Command Line Applications are applications that can be run from the command line. They are also called CLI (Command Line Interface) applications. Users can interact with clients entirely by terminal commands. They are very useful for automation and building tools. + +Free Content +Intro To CLI Applications +Build a Command Line Application with Node.js + 5-Minute Node.js CLI Project \ No newline at end of file