jkaho / readme-generator

Command-line readme generator built with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Professional README Generator

License: ISC

Description

This is a command-line application that creates professionally structured README.md files. The user must input a project title and description, as well as their GitHub username and email to be added to the 'Questions' section of the README file. Users also have the choice of including any of the following sections:

  • Table of Contents
  • Installation
  • Usage
  • License
  • Contributing
  • Tests

The application takes a user's responses to the command-line prompts to use as content for the README file.

Table of Contents

Motivations

The main motivation for this project was to create an application that facilitates the documentation aspect of projects for developers, which can be tedious and repetitive.

Installation

  1. Clone this repository to your local computer
  2. Open the command line and navigate to the cloned repository (the 'readme-generator' directory)
  3. Install dependencies (npm inquirer package) by entering the command: npm install

npm install

Video Walkthrough

Click here to view a video walkthrough of the README generator functionality.

Technologies Used

  • JavaScript
  • Command-line interface
  • Node.js
  • npm inquirer package
  • Screencastify

Screenshots

Application Interface

Professional README Generator application interface

Generated README.md source code

Example of generated README.md source code

Generated README.md viewed in GitHub repository

Example of generated README.md as viewed in a GitHub repository

License

This application is covered under the ISC license. For more information, click here.

Questions

My GitHub Profile: jkaho

If you have any further questions, please email me at j.h_7@yahoo.com.

About

Command-line readme generator built with Node.js


Languages

Language:JavaScript 100.0%