makereadme 0.3.0

A simple CLI made to create a README.md for your repository
Documentation
<a align="center" name="readme-top"></a>

<!-- PROJECT LOGO -->
<br />
<div align="center">
  <h1 align="center">{{ project_title }}</h1>

<!-- PROJECT SHIELDS -->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![{{ license }}License][license-shield]][license-url]
  <p align="center">
    {{ project_description }}
 
  </p>
</div>


<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
      <ul>
        <li><a href="#built-with">Built With</a></li>
      </ul>
    </li>
    <li>
      <a href="#getting-started">Getting Started</a>
      <ul>
        <li><a href="#prerequisites">Prerequisites</a></li>
        <li><a href="#installation">Installation</a></li>
      </ul>
    </li>
    <li><a href="#usage">Usage</a></li>
    <li><a href="#roadmap">Roadmap</a></li>
    <li><a href="#contributing">Contributing</a></li>
    <li><a href="#license">License</a></li>
    <li><a href="#acknowledgments">Acknowledgments</a></li>
  </ol>
</details>



<!-- ABOUT THE PROJECT -->
## About The Project


<p align="right">(<a href="#readme-top">back to top</a>)</p>


### Built With

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- GETTING STARTED -->
## Getting Started

### Prerequisites

### Installation


<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- USAGE EXAMPLES -->
## Usage

_For more examples, please refer to the [Documentation](https://example.com)_

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- ROADMAP -->
## Roadmap

See the [open issues](https://github.com/github_username/repo_name/issues) for a full list of proposed features (and known issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTRIBUTING -->
## 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**.
Take a look at [CODE OF CONDUCT](/CODE_OF_CONDUCT.md) and [CONTRIBUTING](/CONTRIBUTING.md) for more info.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- LICENSE -->
## License

Distributed under the {{ license }} License. See [LICENSE](/LICENSE) for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- ACKNOWLEDGMENTS -->
## Acknowledgments

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/{{ github_username }}/{{ repo_name }}.svg?style=for-the-badge  
[contributors-url]: https://github.com/{{ github_username }}/{{ repo_name }}/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/{{ github_username }}/{{ repo_name }}.svg?style=for-the-badge  
[forks-url]: https://github.com/{{ github_username }}/{{ repo_name }}/network/members
[stars-shield]: https://img.shields.io/github/stars/{{ github_username }}/{{ repo_name }}.svg?style=for-the-badge   
[stars-url]: https://github.com/{{ github_username }}/{{ repo_name }}/stargazers
[issues-shield]: https://img.shields.io/github/issues/{{ github_username }}/{{ repo_name }}.svg?style=for-the-badge   
[issues-url]: https://github.com/{{ github_username }}/{{ repo_name }}/issues
[license-shield]: https://img.shields.io/github/license/{{ github_username }}/{{ repo_name }}.svg?style=for-the-badge  
[license-url]: https://github.com/{{ github_username }}/{{ repo_name }}/blob/master/LICENSE