NPM init
Source The NodeSource Blog – An Absolute Beginner’s Guide to Using npm npm init $ npm init # Scaffolds a package.json file with details based on prompted inputs Explanation As NodeSource explains: “The npm init command is a step-by-step tool to scaffold out your project. It will prompt you for input for a few aspects…
