awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sleekbyte avatar

sleekbyte/tailor

0
View on GitHub↗
1,406 estrellas·48 forks·Java·MIT·2 vistassleekbyte.github.io/tailor↗

Tailor

Cross-platform static analyzer and linter for Swift.

Features

  • Code Quality - Analyzes Swift code to improve quality and style.
  • Herramientas de calidad de código - Performs static analysis to improve code quality.

Historial de estrellas

Gráfico del historial de estrellas de sleekbyte/tailorGráfico del historial de estrellas de sleekbyte/tailor

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Tailor

Proyectos open-source similares, clasificados según cuántas características comparten con Tailor.
  • nicklockwood/swiftformatAvatar de nicklockwood

    nicklockwood/SwiftFormat

    8,835Ver en GitHub↗

    SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase

    Swift
    Ver en GitHub↗8,835
  • andresinaka/swiftcopAvatar de andresinaka

    andresinaka/SwiftCop

    536Ver en GitHub↗

    SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record validations.

    Swiftclarityemail-validationswift
    Ver en GitHub↗536
  • azz/pretty-quickAvatar de azz

    azz/pretty-quick

    2,290Ver en GitHub↗

    Runs Prettier on your changed files.

    TypeScript
    Ver en GitHub↗2,290
  • alibaba/p3cAvatar de alibaba

    alibaba/p3c

    30,827Ver en GitHub↗

    p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and quality standards. It utilizes a set of custom rules based on the PMD engine to scan source code for style violations, performance bottlenecks, and potential bugs. The project is distributed as an IDE linting plugin that provides real-time feedback and warnings during development. It also includes functionality for pre-commit code quality gates, allowing modified files to be scanned and blocked if they violate defined rules before being committed to version control. The analysis

    Kotlin
    Ver en GitHub↗30,827
Ver las 30 alternativas a Tailor→

Preguntas frecuentes

¿Qué hace sleekbyte/tailor?

Cross-platform static analyzer and linter for Swift.

¿Cuáles son las características principales de sleekbyte/tailor?

Las características principales de sleekbyte/tailor son: Code Quality, Herramientas de calidad de código.

¿Qué alternativas de código abierto existen para sleekbyte/tailor?

Las alternativas de código abierto para sleekbyte/tailor incluyen: andresinaka/swiftcop — SwiftCop is a validation library fully written in Swift and inspired by the clarity of Ruby On Rails Active Record… nicklockwood/swiftformat — SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It… beautify-web/js-beautify — js-beautify is a web language beautifier and code formatter designed to standardize the layout and structure of… bbatsov/rubocop — RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect… azz/pretty-quick — Runs Prettier on your changed files. alibaba/p3c — p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and…