Skip to content

A Node CLI to generate a README.md based on user inputs to allow project creators to spend more time working on the project and less time creating a README.md.

Notifications You must be signed in to change notification settings

RubenVer/Good-README-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Good README.md 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.

Example

User Story

AS A developer
I WANT a README generator
SO THAT can quickly create a professional README for a new project

Table of Contents

Installation

Usage

Questions

Installation

In order to use the application, the user will need to have node.js installed and then will need to clone the repository into the command line. Once the repository has been cloned, the user will need to change directories into the repository and run the command "npm install" in order to retrieve the neccessary dependencies.

How-to Video

Usage

The application is designed to run within the command-line. Once the user has installed the program and run the "npm install" command, they will need to run "npm start" to begin the prompts regarding the README content. The user will then need to answer the questions accordingly and at the end they will receive a success message and a README will be generated within the folder.

Questions

For any questions, please connect with me:

Github username: Jacquelineadean

Github URL: https://github.com/jacquelineadean/

LinkedIn: https://www.linkedin.com/in/jacqueline-dean-968a66150/

Email: [email protected]

About

A Node CLI to generate a README.md based on user inputs to allow project creators to spend more time working on the project and less time creating a README.md.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%