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