- Overview
- Why are Professional README Markdown Files Important?
- Technologies Used
- Screen Capture
- Full Walkthrough Video
- Installation
- Usage
This repository is an exhibition of a professional README generator. The user can consult the repo to learn how to create a command-line application that dynamically generates a professional README.md file from a user's input using the Inquirer Package.
When creating an open source project on GitHub, it’s important to have a high-quality README for the app. This should include what the app is for, how to use the app, how to install it, how to report issues, and how to make contributions—this last part increases the likelihood that other developers will contribute to the success of the project.
- Fork and clone repository to local machine.
- Run
npm i
to install dependencies in local project directory.
- Open integrated terminal in personal IDE.
- Run
node index.js
. - Answer the prompts that follow.
- A sampleREADME.md will be generated and stored in "utils" folder.