1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 16:41:24 +02:00

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 <kamranahmed.se@gmail.com>
This commit is contained in:
Manish Kumar
2022-11-08 16:07:45 +05:30
committed by GitHub
parent a79342b6eb
commit 7d4d390b64

View File

@@ -1 +1,8 @@
# Nodejs command line apps # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://learn.co/lessons/intro-to-cli-applications'>Intro To CLI Applications</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.okta.com/blog/2019/06/18/command-line-app-with-nodejs'>Build a Command Line Application with Node.js</BadgeLink>
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=_oHByo8tiEY'> 5-Minute Node.js CLI Project</BadgeLink>