chilejay7 / Build-a-README

MIT License
0 stars 0 forks source link

License Badge #4

Closed chilejay7 closed 10 months ago

chilejay7 commented 10 months ago

License Badge

User Story

AS A developer I WANT a README generator SO THAT I can quickly create a professional README for a new project

Acceptance Criteria

GIVEN a command-line application that accepts user input WHEN I choose a license for my application from a list of options THEN a badge for that license is added near the top of the README and a notice is added to the section of the README entitled License that explains which license the application is covered under

chilejay7 commented 10 months ago

A list option for licensing has been added to the inquirer prompts . All functions related to the license have been updated and incorporated into the generateMarkdown function.