egghead
Search
Search
Log In
Search
Search
Get Started Building CLI Tools with Node.js by Kevin Cunningham
Plan a Node.js CLI Tool Project with README Driven Development
Initialize a Node.js Project with NPM
Set the Node.js Project to ECMAScript Modules (ESM)
Parse User Input through Node.js process argv for Flags
Parse User Input in Node.js with readline
Assess and Choose a 3rd Party Library for your Node.js CLI Tool
Process User Input with Inquirer in Node.js
Assess and Choose Three Approaches to Reading from the File System in Node.js
Read a File with Node.js readFile from the File System and Parse Question and Answer
Log Question Results by using Node.js to Filter and Write to a File
Find a Random Element in a JSON File in Node.js
Add Question/Answer Object to our Data with Node.js writeFile
Offload Complex Logic and Confirm a Correct Answer with the User
Make a Node.js Script Globally Executable with a Shebang and a Symbolic Link
Handle Relative Paths in a Node.js ESM Project with import.meta.url
Use parseArgs to Parse your Command Line
egghead
System