Skip to content

stevelab1/simple-readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple README Generator

GitHub license GitHub stars GitHub top language Badge for GitHub last commit GitHub forks GitHub contributors GitHub issues GitHub pull requests GitHub package version

Description

Generate a standard README markdown file for your project from the command-line.

Table of Contents

Installation

Install the necessary dependencies:

npm i

Usage

  1. Invoke README Generator using the following command:
node index.js
  1. You will then be prompted for information to generate the README for your GitHub online repository via a series of questions that accept user input, including:
  • GitHub username
  • email address
  • title of project
  • project description
  • license
  • command to install any dependencies, npm i by default
  • command to run any tests
  • usage information
  • contributor guidelines

The program then generates a simple README.md file from your input with:

* The title of your project
* Sections entitled:
  * Description
  * Table of Contents
  * Installation
  * Usage
  * License
  * Contributing
  * Tests
  * Questions
  1. Finally, find the generated README in the \generated folder

Reporting issues

Suggesting features, improvements, bug fixes

https://github.com/stevelab1/simple-readme-generator/issues

Credits

inquirer

axios

License

This project is licensed under the MIT license.

About

Generate a standard README from the command-line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published