This CLI will generate a high quality readme.md file for github repos for open source projects to save the creator the time of doing this task so they can work on the creation process.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^0.0.1-security^8.2.6^0.12.716
commits
adding my final screenshot and my completted readme.md for this project
a5456dcView on GitHubI jave added a new object into the prompts section of the index.js asking for the users github username and reformatted the questions object to read correctly.
a43bc56View on GitHubI have added a switch case statement to the generate mark down.js file to resolve getting the license badge and description into the markdown file
5e8369fView on GitHubMerge branch 'main' of github.com:baxt01/baxt01ReadmeGenerator
d656cefView on GitHubI have added a switch case statement to the generate mark down.js file to resolve getting the license badge and description into the markdown file
5763891View on GitHubI have changed the Installation section in the input in my index.js file so that it uses the choice of editor to allow easier editting of this section with such as formatting now the CLI opens the users default text edittor I.E Notepad to edit this section and upon save adds the info to the answers.
12609e5View on GitHubI have taken two file requires from the index file and moved them into the generatemarkdown.js file: path and fs and with the fs I have added the surfix of .promisesto allow me to run the writeFile ussing the path library in conjunction, I have re set up the obj deconstruction in the generateMarkDown file then I have started designing the readme document inside the generateMasrkDown file
f956ef9View on GitHubI have added a series of inputs and checkbox into the .prompt all with a default option mainly to offer suggestion to the user, In the answers I have deconstructed the obj and temporarly loged some of the answers to consoleor in the case back to the cli
e85f659View on GitHuball the setup seems to be finished all dependencies added and installed now I am ready to build the code base
0c56965View on GitHub