Skip to content

Commit

Permalink
docs(readme): add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Feb 26, 2021
1 parent da8c62b commit 7d64626
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,46 @@
<div align="center">

[![Discord][badge-chat]][chat]
<br>
<br>

| | ![Badges][label-badges] |
|--|--|
| ![Build][label-build] | [![Python package][badge-actions]][actions] [![semantic-release][badge-semantic-release]][semantic-release] |
| ![Tests][label-tests] | [![coverage][badge-coverage]][coverage] [![pre-commit][badge-pre-commit]][pre-commit] |
| ![Standards][label-standards] | [![SemVer 2.0.0][badge-semver]][semver] [![Conventional Commits][badge-conventional-commits]][conventional-commits] |
| ![Code][label-code] | [![Code style: black][badge-black]][Black] [![Imports: isort][badge-isort]][isort] [![Checked with mypy][badge-mypy]][mypy] |
</div>

# BuildURL
Simple URL builder

[badge-chat]: https://img.shields.io/discord/269146666441900032?label=chat&logo=discord&style=flat-square
[chat]: https://discord.gg/6Q5XW5H

[label-badges]: https://img.shields.io/badge/%F0%9F%94%96-badges-purple?style=for-the-badge
[label-build]: https://img.shields.io/badge/%F0%9F%94%A7-build-darkblue?style=flat-square
[label-tests]: https://img.shields.io/badge/%F0%9F%A7%AA-tests-darkblue?style=flat-square
[label-standards]: https://img.shields.io/badge/%F0%9F%93%91-standards-darkblue?style=flat-square
[label-code]: https://img.shields.io/badge/%F0%9F%92%BB-code-darkblue?style=flat-square

[badge-actions]: https://github.com/MicaelJarniac/BuildURL/workflows/Python%20package/badge.svg
[badge-mypy]: https://img.shields.io/badge/mypy-checked-2A6DB2?style=flat-square
[badge-isort]: https://img.shields.io/badge/imports-isort-%231674b1?style=flat-square&labelColor=ef8336
[badge-black]: https://img.shields.io/badge/code%20style-black-black?style=flat-square
[badge-conventional-commits]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=flat-square
[badge-semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079?style=flat-square
[badge-pre-commit]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white
[badge-semver]: https://img.shields.io/badge/SemVer-2.0.0-blue?style=flat-square&logo=semver
<!-- [badge-coverage]: https://img.shields.io/codecov/c/gh/MicaelJarniac/BuildURL?logo=codecov&style=flat-square&token=? -->

[actions]: https://github.com/MicaelJarniac/BuildURL/actions
[coverage]: https://codecov.io/gh/MicaelJarniac/BuildURL
[Black]: https://github.com/psf/black
[isort]: https://pycqa.github.io/isort
[semver]: https://semver.org/spec/v2.0.0.html
[pre-commit]: https://github.com/pre-commit/pre-commit
[semantic-release]: https://github.com/semantic-release/semantic-release
[mypy]: http://mypy-lang.org
[conventional-commits]: https://conventionalcommits.org
[monitoring]: https://sentry.io/organizations/tractian-p5/issues/?project=5626148

0 comments on commit 7d64626

Please sign in to comment.