goodReadMeGenerator

About

Every developer needs a good README.md file. 
In this repository, we learn how to generate a README file. 
It then generator's users' information into a neatly placed README file. 
Consisting of title, description, installation, usage, license, contributing, testing, email, and Github.

Prompting the user

** Please be aware to check index.js for further understanding **

We first need to bring in prompt with inquirer

promptInquirer

We also need to bring in fs.writeFile

writeFile

We use the “prompt” method in order to render questions to the user

prompt

Final Results

Once you have ran all the question and the file is generated it should look like this!

results


© 2020 NPRD, Nicholas Paul Ruiz Dallas