Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 936 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 936 Bytes

README Generator

Description

A command-line application that dynamically generates a professional README.md from a user's input using the Inquirer package. After you download the files, right click on "index.js" in your editor and open it in an external terminal. The application will then be invoked with the following commands:

npm i
node index.js

User Story

AS A developer
I WANT a README generator
SO THAT can quickly create a professional README for a new project
  • The generated README includes the following sections:

    • Title
    • Description
    • Table of Contents
    • Installation
    • Usage
    • License
    • Contributing
    • Tests
    • Questions

Walkthrough:

Walkthrough video

Questions

If you have any additional questions here is where you can reach me: https://github.com/saulstice [email protected]