vanessalane / readme-generator

A Node CLI app that generates READMEs for new projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README Generator

Description

A Node app that generates README files for new projects.

Information included in the README.md file:

  • Description
  • Table of Contents
  • Installation
  • Usage
  • License
  • Contribution Guidelines
  • How to Test
  • Questions

User Story

As a developer, I want a README generator so that I can quickly create a professional README for a new project.

Usage

  1. Clone the repo
  2. Run npm -i to install dependencies
  3. Run node index to run the app
  4. Answer prompts and check out your README!

Packages

Questions

If you have questions, email me at vlane0593@gmail.com or reach out on GitHub.

Screen Recordings

Screen Recording of command line Screen Recording of README output

About

A Node CLI app that generates READMEs for new projects


Languages

Language:JavaScript 100.0%