├── .github ├── CONTRIBUTING.md └── ISSUE_TEMPLATE │ └── new_badge.md ├── LICENSE ├── Makefile ├── README.md └── categories ├── activity.md ├── analysis.md ├── build.md ├── chat.md ├── code_coverage.md ├── dependencies.md ├── downloads.md ├── funding.md ├── issue_tracking.md ├── license_.md ├── monitoring.md ├── other.md ├── platform_and_version_support.md ├── rating.md ├── size.md ├── social.md └── version_.md /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new_badge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/.github/ISSUE_TEMPLATE/new_badge.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/README.md -------------------------------------------------------------------------------- /categories/activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/activity.md -------------------------------------------------------------------------------- /categories/analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/analysis.md -------------------------------------------------------------------------------- /categories/build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/build.md -------------------------------------------------------------------------------- /categories/chat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/chat.md -------------------------------------------------------------------------------- /categories/code_coverage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/code_coverage.md -------------------------------------------------------------------------------- /categories/dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/dependencies.md -------------------------------------------------------------------------------- /categories/downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/downloads.md -------------------------------------------------------------------------------- /categories/funding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/funding.md -------------------------------------------------------------------------------- /categories/issue_tracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/issue_tracking.md -------------------------------------------------------------------------------- /categories/license_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/license_.md -------------------------------------------------------------------------------- /categories/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/monitoring.md -------------------------------------------------------------------------------- /categories/other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/other.md -------------------------------------------------------------------------------- /categories/platform_and_version_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/platform_and_version_support.md -------------------------------------------------------------------------------- /categories/rating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/rating.md -------------------------------------------------------------------------------- /categories/size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/size.md -------------------------------------------------------------------------------- /categories/social.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/social.md -------------------------------------------------------------------------------- /categories/version_.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-maliarov/awesome-shields/HEAD/categories/version_.md --------------------------------------------------------------------------------