kao-ring / Good-README-Generator

When creating an open source project on GitHub, it is important to have a quality README with information about the app--what is the app for, how to use the app, how to install it, how to report issues, and how to make contributions so that other developers are more likely to use and contribute to the success of the project. A command-line application will allow for quick and easy generation of a project README to get started quickly. This will allow a project creator to spend more time working on finishing the project and less time creating a good README.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Good-README-Generator

Description: When creating an open source project on GitHub, it is important to have a quality README with information about the app--what is the app for, how to use the app, how to install it, how to report issues, and how to make contributions so that other developers are more likely to use and contribute to the success of the project. A command-line application will allow for quick and easy generation of a project README to get started quickly. This will allow a project creator to spend more time working on finishing the project and less time creating a good README.

Untitled_ Jul 22, 2020 8_20 PM

Table of Contents

Installation

Make a clone from my repo using git clone and then install dependencies with npm install inquirer --save from Terminal or Bash.

Usage

Run this program using node index and answer questions on your terminal. After all questions, when you see "Success!" On your screen, generated README file is in your folder.

read me generator demo

readme generator demo2

License

This project is licensed under the MIT.

Contributing

Fork this repo, Clone this repo to your local. HACK AWAY! Create a new pull request.

Tests

To run test program, use the following command line. undefined

Questions

If you have any questions about the repo, contact me at kao.ring@yahoo.com.

You can find more of my work at kao-ring.

About

When creating an open source project on GitHub, it is important to have a quality README with information about the app--what is the app for, how to use the app, how to install it, how to report issues, and how to make contributions so that other developers are more likely to use and contribute to the success of the project. A command-line application will allow for quick and easy generation of a project README to get started quickly. This will allow a project creator to spend more time working on finishing the project and less time creating a good README.

License:MIT License


Languages

Language:JavaScript 100.0%