👉 License
### For any questions:
Reach me via my
username at: dionnenoellabarretto or email me at: 📧 denverdionne@gmail.com.
This repository is released under the license of: MIT
In this homework exercise, our task is to create a command-line application that dynamically generates a professional README.md file from a user’s input using the Inquirer package.
To generate your own README, first run ‘npm install’ or ‘npm i’ after cloning this repository to your local system in order to install the npm package dependencies as specified in the ‘package.json’. Then run the application using ‘node index.js’ and provide answers to the subsequent command line prompts.

Not Applicable for this exercise!
🗂️ Github Repository | 📄 Github Page
AS A developer I WANT a README generator SO THAT I can quickly create a professional README for a new project.
✓ WHEN I am prompted for information about my application repository THEN a high-quality, professional README.md is generated with the title of my project and sections entitled Description, Table of Contents, Installation, Usage, License, Contributing, Tests, and Questions.
