Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
completed functions on generateMarkdown.js and also added correct code on markdown to be able to dynamically accept data from index.js.
0db5d71View on GitHubAdded require to index.js so asto have access to file generateMardkown and more specifically it function generateMarkdown. *I also moved the variable readMeTemplate to function generateMarkdown and passed data.
5fd1767View on GitHubIn this commit I added an array for tableof contents as entries may vary as well and added code to treat this like a confirm with propmts to continue. Also added two arrays for non repeating questions. The reason for this was to combine these two arrays into one object so asto be able to pass as data to next .then. Line 184
0c7fa93View on GitHubremoved + symbols I inadvertently added when trying to resize my VSC, added a writeToLog arrow function expression and added it to writeToLog variable.
88dac60View on GitHubadded another empty array to push the input from askPackagesNeededForApp function.
63f9f65View on GitHubadded the gitignore file, also in idex.js added two functions askPrerequisites and askPackagesNeededForApp - these two functions should work like confirm where a question is asked and when no is entered then the loop ends and answeres are pushed to corresponding arrays. Also created an array of user questions. *Later on I will try and incorporate above functions into the middle of the regular questions.
9ce1757View on GitHub