Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 2.13 KB

README.md

File metadata and controls

73 lines (44 loc) · 2.13 KB

README Generator

License

Description

The README Generator is a command-line application that dynamically generates a professional README.md file from a user's input using Node.js. This allows project creators to effortlessly create a well-organized README that includes all the essential sections needed for a good project documentation.

Table of Contents

Installation

To install the necessary dependencies, run the following command:

npm install

Usage

After installing the dependencies, run the application with:

node index.js

Follow the prompts to enter project details which will be included in the README.md.

Features

  • Interactive prompts for project details.
  • Supports multiple license badges.
  • Automatically formats markdown file with Table of Contents.
  • Easy to use with clear and concise setup steps.

License

This project is licensed under the MIT License - see the MIT License page for details.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Tests

To run tests, execute the following command:

npm test

Questions

For any questions or feedback, feel free to contact me:

Here's a link to the project GitHub:

Here's a demo video of the completed README Generator: