Process User Input with Inquirer in Node.js

Share this video with your friends

Send Tweet

Now that we've chosen Inquirer as the library to use in our project, we need to use it! To do so the current questions in the CLI will be swapped out with inquirer prompt API. You'll see some immediate benefits in styling and functionality that we get for free now that inquirer is being used.