You can watch the walkthrough video here.
This is a command-line application that dynamically generates a professional README.md file from a user's input using the Inquirer package. The README will include information such as what the app is for, how to use the app, how to install it, how to report issues, and how to make contributions. This allows the project creator to devote more time to working on the project.
Use the following command for installation:
npm install
To prompt inquirer, the application will be invoked by running:
node index.js
This project is licensed under the MIT license.
n/a