When we create an open source project or repository, it's always a good practice to create a high-quality README file that will help developers understand the concept of the purpose of the project, installation steps, usage, how to report issues and how other developers could contribute towards the success of the project.
This project uses a command-line application, it will prompt the user a series of questions resulting to the creation of a well documented README file that can be used for their projects/repositories.
Lets check if the following packages are installed.
- npm package
npm -v || npm -version
- node package. Use the latest version or a version higher than 14.0.0
npm install n -g || npm install v16.0.0 (Specific version)
- inquirer package. This will provide ease to the process of prompting questions, parsing answers and validating answers.
npm install inquirer
- This project is solely used for generating a README for projects.
- This project does not collect any information from user except descriptive texts for their projects/repositories.
- This project is open source and is available to all developers that finds interest to enhancing features by raising an issue or simply by contacting me.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the mit license.
I am always looking for contributors of all skill levels! If you have something in mind to add to the project, try out by creating an issue and let's see where we can go from there.
- User will have to invoke the following command to run the application.
node index.js
-
Most of the descriptive prompts will open an editor for the user to keyin then must save it to be received by the application.
-
Upon completion, a message will tell the user that the README is generated successfully.
Visit my GitHub profile for more information about me and my other repositories.
You can also send me an email to know more information.