<div align="center">
<h1 align="center">Welcome to Readme Generator</h1>
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" /><br>
A simple, fast, easy README generator. Never worry about READMEs again!
</div>
---

What it does:
- Run the command in your project's directory
- it will ask a few questions
- You answer the questions
- It will generate a README for you, and will also add auto-generated installation and usage instructions
You can then edit the README yourself as you like!
### Installation
If you want to use it, (and not bother with code), use this command:
```
cargo install readme-generator
```
If you don't have cargo, you can download the [latest release](https://github.com/Dhravya/readme-generator/releases)
This isn't recommended, because it won't be registered as a binary and you'll have to run the exe file
For contributing:
```
git clone https://github.com/Dhravya/readme-generator.git
cd Readme Generator
cargo install
```
### Usage
```
readme-generator.exe
```
Then all you have to do is fill a form!
Normally, you'd run `cargo run` but that isn't needed because i've published to crates.io
### License
This project is licensed under the MIT license
### Show your support
Leave a ⭐ if you like this project
Readme made with 💖 using [README Generator by Dhravya Shah](https://github.com/Dhravya/readme-generator)