## Table of Contents
## Description This command-line application is created with JavaScript and uses Node.js, the fs module and the Inquirer package to allow a user to quickly and easily generate a README file. A high-quality README is important because it’s the first thing a user will see when they come across your project.
## Installation Click to watch the following video for installation instructions.
git clone https://github.com/cshepscorp/README-generator.git command to clone this repo into the folder of your choice on your machine.npm init in the command line within the file where you’ve downloaded the app code. Feel free to customize the answers to the questions or not, depending on your preference. You can always make adjustments to the values later in your editor of choice.npm install inquirer in your command line to install Inquirer.node index.js in your command line to run the generator. Then fill out the questions as prompted. Your finished README file will be generated and can be found in the dist/ folder.## Questions Feel free to reach out to me with any additional questions