Unit 09 Node.js and ES6+ Homework: Good README Generator

Create a command-line application that dynamically generates a README.md from a user's input. The application will be invoked with the following command:

npm start

readme-md-generator Generate a README.md using answers to prompts and data from the environment, like package.json,git config, etc.

Untitled_ Sep 16, 2020 5_22 PM