This application is a command line interface that generates README.md using node.js and npm inquirer package.
Nodejs | https://nodejs.org/docs/latest-v16.x/api/ | |
Inquirer | https://www.npmjs.com/package/inquirer/v/8.2.4#question |
This app automates the writing of the file by prompting the user to answer a series of questions about the project. After answering all the questions, a readme file is generated for the user. use command line to execute the file.
walkthrough of sample readme generated using this app is in the following link
Google drive link - (https://drive.google.com/file/d/1u_hSKAGEWxeQssKBk0uPu52QZ9ZtxDXW/view)
Github Repo - https://github.com/srinithi19/readme-generator
Application URL - https://srinithi19.github.io/readme-generator/