- Description
- Installation Instructions
- Usage
- Test Instructions
- Contribution Guidelines
- License
- Questions
A README Generator that will ask the user some questions, then turn the answers into a README file for use on GitHub
This app was created to allow for the quick generation of a GitHub compliant README file written in Markdown. Using Node.js and the Inquirer package, it takes in a number of details using prompts, and puts them together into a single README.md file.
- Clone the project from the main branch of the repository to the local filesystem
- make sure that node.js and npm are installed
- run the command "npm install" to install the dependencies from the package.json file
- Using Gitbash, navigate to the folder where the project has been cloned
- run the following command "node index.js"
- answer the questions when prompted, following the instructions of the prompts
- for the questions that require multi-line input, the prompt will ask that you press the "Enter" key
- this will open your default text editor
- enter the information to answer the question, either typing it or pasting it from another editor, then save and close the editor
- once all questions have been answered, a README.md file will be placed in the results folder
- upload the README.md file to the repository for which you created the README file
https://drive.google.com/file/d/134MHS5XeG0JvatJ1P1KTwfOV0NcTNRnc/view
- Open Gitbash, and navigate to the folder where the project has been cloned
- run the command "node index.js"
- Enter test text as answers to the prompts
- Observe if the README.md file has been created in the results folder
- Open the README.md file and confirm that the file contains the test text
- Clone the Main branch of the repository from GitHub
- Create a Branch and name it using the format: "feature_contributor"
- Create a pull request
- Send an email to the address listed in the Questions section, containing a summary of the contribution
MIT https://opensource.org/licenses/MIT A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
GitHub name: KatsuMatsushita
To contact me, drop an email to: katsu.matsushita@gmail.com