Welcome to the Professional README Generator!
This command line application dynamically generates a README.md file based on the user's input. This allows the user to quickly and easily generate README.md files.
- Clone or download the files from this repository.
- Node.js must be installed to use this application.
- After you install Node.js, verify NPM installation
npm -v - Install the inquirer third party module
npm install inquirer@^8.2.4
- In the command line, invoke the application
node index.js - The application will prompt the user with questions to complete the README.md
- After answering the questions, a README file will be created with the user's input. The image below is an example of a README.md generated by the application.

Node.js was implemented to help create this generator.
Video demonstration of command line application
University of Central Florida Coding Bootcamp
-
Checkout my GitHub profile
-
Any additional questions or feed back, feel free to send an email.
Copyright (c) bethdecarlo. All rights reserved.
Licensed under the MIT license.