This is a README generator that uses the command line interface. It uses the inquirer npm package to ask the user about the important aspects of their project, then using the responses by user, creates a README in a markdown format.
The program is able to generate with the following sections so far: description, table of contents, installation (optional), usage (optional), contributing (optional), tests (optional), questions, and license.
The repository is located here.
Please view my video demonstration of the program here.
npm i
node index
Please refer to my Github.
Also contact me via email with your inquiries.
Here are some references I used that helped me create this:
University of Washington Full Stack Web Development Program's Good README Guide
(https://stackoverflow.com/questions/9628879/javascript-regex-username-validation)
This project is under The Unlicense.