paveldarii / README-generator

As a developer is important to be efficient, so this application can help any developer to create a structured professional readme with the descriptions in minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme generator License: GPL v3

Table Of Contents

  1. License

  2. Description

  3. Installation

  4. Usage

  5. Questions

Description

Readme generator application consists of two folders. First folder name is js, and it contains inquirer modules plus code that is written by me can be found in the index.js. Second folder is generated-readme, so there can be found the generated README file after the application was run.

Example of folder structure is bellow:

Folder

Example of generated README file is bellow:

generated-Readme

Installation

To install the application run the command bellow in your bash/terminal:

git clone git@github.com:paveldarii/README-generator.git

After you downloaded the whole folder on your computer. Open terminal/bash, then enter to the js folder directory. Then, run the next command there:

npm instal inquirer

Usage

After installation of the application, run the index.js file in the terminal/bash by using command:

node index.js

Make sure that you are in js folder directory.

After you run the index.js file, you should get several questions regarding what needs to be inserted in the readme file, so after you answered all the questions, automatically will be generated a README file in the generated-readme folder.

YouTube readme generator usage demo

Questions

My GitHub profile: https://github.com/paveldarii.

My email address: paveldarii@yahoo.com

License

The MIT License

About

As a developer is important to be efficient, so this application can help any developer to create a structured professional readme with the descriptions in minutes.

License:MIT License


Languages

Language:JavaScript 100.0%