-AS A developer
-I WANT a README generator
-SO THAT I can quickly create a professional README for a new project
-Node.js program to generate a readme file from the command line
-Javascript
-Node.js
-npm inquirer
npm init
npm install inquirer
-Run the following command at the root of your project and answer the prompted questions:
node index.js
-Github: https://github.com/Doolittle28