Skip to content

A Command Line tool for generating professional and stylish READMEs for your projects on Github or elsewhere.

Notifications You must be signed in to change notification settings

Gintstir/readme-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe-Generator badge

Description

ReadMe-generator does exactly that.
As a Node.js powered command line application it creates a professional, and stylish README.md file based on a user's input. This input is created by a user responding to prompts generated with the Inquirer npm.

Table of Contents

Installation

To create a README, first- clone or fork/clone this repository(see contributing section).
Install the required dependencies for this project: npm install --inquirer.
The application can be run using the command node index.js from the command line.

Usage

After running the command node index.js the user will be prompted with a series of questions.
The application then uses the responses to these prompts to generate a README using the fs module fs.writeFile().
Once the file has been created, see the newly create README.md file in your file directory. Enjoy!

Screenshots

prompt screenshot

Contributing

Please refer to the Contributor Covenant for contribution guidelines.

Tests

No test need to be run at this time.

Questions

For any questions, comments, or feedback please feel free to reach out:

License

Copyright © Gintautas Stirbys, 2020. All Rights Reserved.

This Project is licensed under the Apache~2.0 license.

About

A Command Line tool for generating professional and stylish READMEs for your projects on Github or elsewhere.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%