Skip to content

Latest commit

 

History

History
106 lines (76 loc) · 5.06 KB

File metadata and controls

106 lines (76 loc) · 5.06 KB

Standards Compliance Badges

Add these badges to your project README to show standards compliance:

Core Standards

[![Standards](https://img.shields.io/badge/standards-v2.0.0-blue.svg)](https://github.com/williamzujkowski/standards)
[![Code Coverage](https://img.shields.io/badge/coverage-85%25-brightgreen.svg)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/TESTING_STANDARDS.md)
[![Security](https://img.shields.io/badge/security-A+-brightgreen.svg)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/MODERN_SECURITY_STANDARDS.md)

Quality Metrics

[![Lighthouse](https://img.shields.io/badge/lighthouse-95-brightgreen.svg)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/SEO_WEB_MARKETING_STANDARDS.md)
[![Accessibility](https://img.shields.io/badge/WCAG-2.1%20AA-brightgreen.svg)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/LEGAL_COMPLIANCE_STANDARDS.md)
[![License Compliance](https://img.shields.io/badge/licenses-compliant-brightgreen.svg)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/LEGAL_COMPLIANCE_STANDARDS.md)

Process Standards

[![Agile](https://img.shields.io/badge/process-agile-blue.svg)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/PROJECT_MANAGEMENT_STANDARDS.md)
[![CI/CD](https://img.shields.io/badge/CI%2FCD-automated-brightgreen.svg)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/DEVOPS_PLATFORM_STANDARDS.md)
[![Monitoring](https://img.shields.io/badge/monitoring-enabled-brightgreen.svg)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/OBSERVABILITY_STANDARDS.md)

Technology Specific

Frontend

[![React](https://img.shields.io/badge/React-standards-61DAFB.svg?logo=react)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/FRONTEND_MOBILE_STANDARDS.md)
[![TypeScript](https://img.shields.io/badge/TypeScript-strict-3178C6.svg?logo=typescript)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/CODING_STANDARDS.md)

Backend

[![Node.js](https://img.shields.io/badge/Node.js-standards-339933.svg?logo=node.js)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/CODING_STANDARDS.md)
[![Python](https://img.shields.io/badge/Python-PEP8-3776AB.svg?logo=python)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/CODING_STANDARDS.md)
[![Go](https://img.shields.io/badge/Go-standards-00ADD8.svg?logo=go)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/CODING_STANDARDS.md)

Infrastructure

[![Docker](https://img.shields.io/badge/Docker-secure-2496ED.svg?logo=docker)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/CLOUD_NATIVE_STANDARDS.md)
[![Kubernetes](https://img.shields.io/badge/K8s-production-326CE5.svg?logo=kubernetes)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/CLOUD_NATIVE_STANDARDS.md)
[![Terraform](https://img.shields.io/badge/Terraform-IaC-7B42BC.svg?logo=terraform)](https://github.com/williamzujkowski/standards/blob/master/docs/standards/DEVOPS_PLATFORM_STANDARDS.md)

Custom Badge Generator

Generate custom badges for your specific metrics:

# Test Coverage
https://img.shields.io/badge/coverage-{PERCENTAGE}%25-{COLOR}.svg

# Where COLOR is:
# - brightgreen: >= 85%
# - green: >= 70%
# - yellow: >= 50%
# - red: < 50%

# Security Score
https://img.shields.io/badge/security-{SCORE}-{COLOR}.svg

# Performance
https://img.shields.io/badge/performance-{METRIC}-{COLOR}.svg

All-in-One Standards Badge

[![Comprehensive Standards](https://img.shields.io/badge/Standards-Comprehensive%20v2.0.0-blue.svg?longCache=true&style=for-the-badge)](https://github.com/williamzujkowski/standards)

Example README Header

# My Awesome Project

[![Standards](https://img.shields.io/badge/standards-v2.0.0-blue.svg)](https://github.com/williamzujkowski/standards)
[![Code Coverage](https://img.shields.io/badge/coverage-85%25-brightgreen.svg)](./coverage)
[![Security](https://img.shields.io/badge/security-A+-brightgreen.svg)](./security)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

A project following comprehensive development standards for quality, security, and maintainability.

## 📋 Standards Compliance

This project adheres to the [Comprehensive Software Development Standards](https://github.com/williamzujkowski/standards):

-**Code Quality**: Following coding standards with automated linting and formatting
-**Testing**: 85% test coverage with unit, integration, and e2e tests
-**Security**: A+ rating with automated vulnerability scanning
-**Performance**: Optimized for Core Web Vitals and scalability
-**Documentation**: Comprehensive docs following content standards
-**Accessibility**: WCAG 2.1 AA compliant
-**DevOps**: Fully automated CI/CD pipeline with IaC

View Full Standards Compliance Report