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

https://github.com/nereare/template

This is a base template for future repositories :package:
https://github.com/nereare/template

community-health github meta template

Last synced: 2 months ago
JSON representation

This is a base template for future repositories :package:

Awesome Lists containing this project

README

          

# {{PKG_NAME}}

[![GitHub Version](https://img.shields.io/github/v/release/{{PKG_USERNAME}}/{{PKG_REPO}}?include_prereleases&logo=semver&logoColor=ffffff&label=Version)](https://github.com/{{PKG_USERNAME}}/{{PKG_REPO}}/releases)
[![GitHub License](https://img.shields.io/github/license/{{PKG_USERNAME}}/{{PKG_REPO}}?logo=unlicense&logoColor=ffffff&label=License)](LICENSE.md)
[![Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant&logoColor=ffffff)](CODE-OF-CONDUCT.md)

{{PKG_DESCRIPTION}}

## Installing

1. Foo.

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :tada:

Please, also read our [Contributing Guidelines](CONTRIBUTING.md).

### Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](CODE-OF-CONDUCT.md).

By participating in this project you agree to abide by its terms.

## History & Versioning

See the [Change Log](CHANGELOG.md) for further history.

This project uses [SemVer](http://semver.org/) for versioning. For the versions
available, see the [tags on this repository](https://github.com/{{PKG_USERNAME}}/{{PKG_REPO}}/tags).

## License

This project is available under the [{{PKG_LICENSE_NAME}}]({{PKG_LICENSE_URI}}).