Loading repository data…
Loading repository data…
vish-opatha / repository
This application generates a readme.md file based upon the information given by the user. This is extremly useful to reduce the time spent on writing a readme file from the scratch.
This simple command line application facilitates the user to create a professional Readme file according to his/her requirement. It saves a lot of time by generating the markdown syntax automatically, which otherwise need to be written manually by the user.
Following are the important links related to this application.
Following images shows the way of getting user inputs and the final README file that is created with the user inputs. Command line for user input
README file generated with inputs
Before the user starts this application, user needs to install the necessary dependencies, and for that run the following command:
npm install
This project is based on command line and the user is prompted with various types of questions by using the inquirer package. Those details are collected and handled by using Javascript and run using Node.js. Inquirer package is used to prompt the questions to the user in order to get the user inputs. There are a number questions prompted to the user,related to the repository to generate a strong professional README file.
With regrds to the project license, according to the user's selection the suitable license badge is selected. User's email and github profiles are linked at the end of the README, so that interested parties could reach the user for any querries they might have.
If you have any questions about the repo, open an issue or directly contact me at v.opatha@gmail.com You can find my other work at vish-opatha