02 - Building CLI applications with Node.js
For our second topic in Fullstack Javascript, we’ll be covering “Building CLI Applications with Node.js”. Below is a brief overview of the topic:
- Introduction to Node.js
- Setting up Node.js
- Basics of a CLI application
- Creating a basic CLI application
- Extra CLI Application Examples