Building a custom CLI with Node JS

preview_player
Показать описание
In this video, we build the basic scaffolding to create a custom CLI.

In this tutorial you will understand how to create a CLI, how to handle user inputs and how to manipulate those inputs in order to achieve your goals.

In this tutorial you will also learn how to create, list and delete files in your project folder directly using our custom CLI.

Hope you will enjoy this video🔥❤️

#cli #customcli #commandlineinterfacetutorial #nodejstutorial #nodejs

----TUTORIAL CHAPTERS ---

00:00 - Introduction
00:23 - Dependencies
02:37 - Project goals
02:50 - Process the CLI inputs
05:44 - Process the CLI events and trigger custom function
06:51 - Create the interface
10:46 - Show a custom list of command in the CLI (help command)
14:10 - Close the CLI (exit command)
14:48 - Create a new file from the CLI (create user command)
20:28 - Show a list of all the file inside a folder (list users command)
24:48 - Delete a file inside a folder from the CLI (delete command)

🥷 If you would like to buy me some coffe, thank you that is super kind!✨

I'm also on:
Рекомендации по теме
Комментарии
Автор

If you need the source code let me know in the comments below🙌 I will happy to upload it on Github for you🙏

kungfucoding