Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.84 KB

File metadata and controls

51 lines (27 loc) · 1.84 KB

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.