Create a Vanilla NodeJS CLI
Let's say you want to get your feet wet with creating CLIs. What's a better way to do that than creating a very basic hello-world CLI? In this tutorial, we will create a CLI that greets us Hello ${name} using Node.js only.
What is a CLI
A Command Li...
vicradon.hashnode.dev2 min read