edatez / README-Generator

A command-line application that dynamically generates a README.md from a user's input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme Generator

This is a command-line application that dynamically generates a README.md from a user's input.

Usage

The application will be invoked with the following command:

cd develop
node index.js

Steps

The user will be prompted for their GitHub username and other information pertaining to the project the README is for.

Screenshot 1 - Usage

Here is a screenshot that shows the list of questions the user will be asked:

Usage

Screenshot 2 - Result

The README generator then creates a README.md file similar to the screenshot below:

Result

File - Readme.md

The example shown above can be accessed in this repository at the following path:

./develop/README.md

About

A command-line application that dynamically generates a README.md from a user's input.


Languages

Language:JavaScript 100.0%