This is a command-line application that will generate a professional README.md file from a user’s input.
Prompts for the README include the following:
Title of Project
Description
Table of Contents
Installation
Usage
License & Badges
Contributing
Tests
Questions
By allowing a user to have access to a README generator, the user:
will waste less time on creating a high-quality README.
will be able to focus more of their time and energy on creating their application.
This program utilizes the Inquirer npm package.
In order to run this application, please ensure node.js is downloaded.