Course lesson

Process User Input with Inquirer in Node.js

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...

Duration
3 min
Access
Included
Transcript
Retained from source evidence

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.