An open API service indexing awesome lists of open source software.

https://github.com/rodrigobdz/minimal-readme

📄 Minimal and opinionated README template
https://github.com/rodrigobdz/minimal-readme

documentation how-to minimal open-source opinionated readme simple template

Last synced: 6 months ago
JSON representation

📄 Minimal and opinionated README template

Awesome Lists containing this project

README

          

# Project Title

Describe briefly what makes your project stand out.

## Requirements

- List of required tools for this project.

## Installation

1. Steps to install your project.
1. Include commands if possible.

```sh
echo "Hello World"
```

## Usage

- `incognito` - Open an incognito window with [Google](https://www.google.com/).

## Related Projects

Explain which projects with similar functionality already exist and in which cases your project is a better solution.

- [Documenting your projects on GitHub](https://guides.github.com/features/wikis/#Formatting-a-readme) - Blog post from GitHub explaining the importance of good documentation.
- [jehna/readme-best-practices](https://github.com/jehna/readme-best-practices): README best practices with additional _Contributing_ and _Features_ sections.
- [PurpleBooth/README-Template.md](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2): Verbose README template.

## Credits

Thank those who helped make this possible.

## License

[MIT](LICENSE) © [rodrigobdz](https://github.com/rodrigobdz).