/readme-generator

This creates a README.md file for the user based upon the information the user provides. It will also use their Github username to provide a link to their profile and profile picture.

Primary LanguageJavaScript

README Generator

This README Generator create a readme by prompting the user to answer several questions and generate a document from those answers.

The user will be asked for:

  • Their GitHub username
  • The name of the project
  • Description of the project
  • License
  • Installation command
  • Usage
  • Contributors
  • Test command

From this information, they will have a README.md file generated with the contents of the answers they give. The document will also include their GitHub profile picture and an link to their GitHub account

The document will be formatted in an appropriate way.