awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to nebulab/erb-formatter

Projects sharing features with Erb Formatter

30 open-source projects similar to nebulab/erb-formatter, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • threedaymonk/htmlbeautifierthreedaymonk avatar

    threedaymonk/htmlbeautifier

    373View on GitHub↗

    A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.

    Ruby
    View on GitHub↗373
  • shopify/erb-lintShopify avatar

    Shopify/erb-lint

    746View on GitHub↗

    Lint your ERB or HTML files

    Ruby
    View on GitHub↗746
  • angular-eslint/angular-eslintangular-eslint avatar

    angular-eslint/angular-eslint

    1,785View on GitHub↗

    :sparkles: Monorepo for all the tooling related to using ESLint with Angular

    TypeScript
    View on GitHub↗1,785
  • sds/haml-lintsds avatar

    sds/haml-lint

    335View on GitHub↗

    Tool for writing clean and consistent HAML

    Ruby
    View on GitHub↗335
  • vsiakka/gherkin-lintvsiakka avatar

    vsiakka/gherkin-lint

    198View on GitHub↗

    A Gherkin linter/validator written in javascript

    JavaScript
    View on GitHub↗198
  • pycqa/flake8PyCQA avatar

    PyCQA/flake8

    3,760View on GitHub↗

    Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding standards in source files. It serves as a linting wrapper that aggregates multiple checkers into a single interface, functioning as a pluggable framework for Python code analysis. The tool incorporates a cyclomatic complexity analyzer to measure the logical complexity of functions and identify code that requires refactoring. It is designed for extensibility, allowing the integration of custom plugins and rules through defined entry points. The system provides capabilities fo

    Pythoncomplexity-analysisflake8linter
    View on GitHub↗3,760

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • larastan/larastanlarastan avatar

    larastan/larastan

    6,430View on GitHub↗

    Larastan is a static analysis extension and type inference engine for PHP designed to detect bugs and type errors in Laravel applications. It extends PHPStan to resolve framework-specific patterns and magic methods, providing a rule-based scanning engine to audit code quality without executing the application. The tool specializes in Eloquent analysis, verifying that model properties, casts, and relationships align with database schemas and migrations. It tracks types across Eloquent collections, custom builders, and model factories to ensure type safety during database operations and iterati

    PHP
    View on GitHub↗6,430
  • 360entsecgroup-skylar/goreporter360EntSecGroup-Skylar avatar

    360EntSecGroup-Skylar/goreporter

    3,123View on GitHub↗

    A Golang tool that does static analysis, unit testing, code review and generate code quality report.

    Go
    View on GitHub↗3,123
  • pycqa/prospectorPyCQA avatar

    PyCQA/prospector

    2,085View on GitHub↗

    Inspects Python source files and provides information about type and location of classes, methods etc

    Python
    View on GitHub↗2,085
  • polymer/toolsPolymer avatar

    Polymer/tools

    436View on GitHub↗

    Polymer Tools Monorepo

    TypeScript
    View on GitHub↗436
  • ember-template-lint/ember-template-lintember-template-lint avatar

    ember-template-lint/ember-template-lint

    264View on GitHub↗

    Linter for Ember or Handlebars templates

    JavaScript
    View on GitHub↗264
  • sds/slim-lintsds avatar

    sds/slim-lint

    235View on GitHub↗

    Configurable tool for analyzing Slim templates

    Ruby
    View on GitHub↗235
  • rust-unofficial/patternsrust-unofficial avatar

    rust-unofficial/patterns

    8,843View on GitHub↗

    A catalogue of Rust design patterns, anti-patterns and idioms

    Handlebarsantipatternsidiomspatterns
    View on GitHub↗8,843
  • alexjoverm/typescript-library-starteralexjoverm avatar

    alexjoverm/typescript-library-starter

    4,359View on GitHub↗

    This project is a TypeScript library starter kit that provides a pre-configured development environment for building and publishing typed packages. It establishes a zero-config build pipeline to accelerate the creation of library projects. The toolkit includes a RollupJS bundle configuration to compile source code into optimized bundles with automatic type definition generation. It integrates a semantic release workflow to manage versioning and changelogs based on conventional commit messages, alongside a Jest testing framework suite for stability verification. The environment covers code qu

    TypeScriptcoverallsjestlibrary
    View on GitHub↗4,359
  • sqlfluff/sqlfluffsqlfluff avatar

    sqlfluff/sqlfluff

    9,525View on GitHub↗

    SQLFluff is a multi-dialect SQL linter, formatter, and style guide enforcer. It functions as a parser and analyzer that converts SQL scripts into structured trees to validate syntax, identify logical components, and enforce consistent capitalization, aliasing, and layout conventions across various database dialects. The system is specifically designed to handle templated SQL, providing the ability to analyze, parse, and lint files containing macros or placeholders. It uses dummy-parameter rendering and source mapping to validate the style and correctness of dynamic code before it is rendered

    Pythonhacktoberfestpypisql
    View on GitHub↗9,525
  • mgechev/angular2-style-guidemgechev avatar

    mgechev/angular2-style-guide

    1,195View on GitHub↗

    The repository contains a curated collection of coding conventions, architectural patterns, and best practices designed for developing component-based web applications using Angular and TypeScript. It functions as an architecture manual establishing consistent patterns across development teams, covering application structure, component design, and code quality enforcement. The guidelines define domain-driven file organization and module encapsulation strategies that group project assets into bounded contexts with dedicated root facades to keep large codebases manageable and shorten import pat

    angularbest-practicesdeprecated
    View on GitHub↗1,195
  • automattic/_sAutomattic avatar

    Automattic/_s

    10,985View on GitHub↗

    This project is a development toolkit and starter kit for creating custom WordPress themes. It provides a standardized scaffolding tool to initialize a minimal codebase and directory structure, serving as a foundation for building custom site designs. The toolkit includes a build pipeline that automates the compilation of Sass into browser-ready CSS and the generation of mirrored right-to-left stylesheets. It further assists in theme preparation through a translation template generator that extracts translatable strings into portable object files. The system covers a broad range of developme

    CSS
    View on GitHub↗10,985
  • coryhouse/react-slingshotcoryhouse avatar

    coryhouse/react-slingshot

    9,646View on GitHub↗

    react-slingshot is a JavaScript frontend boilerplate and starter kit designed to bootstrap React applications. It provides a pre-configured foundation that integrates React and Redux for state management, alongside routing and a unidirectional data flow. The project features an integrated build pipeline that handles Babel transpilation, Sass compilation, and module bundling. It includes a development environment with hot module replacement and source maps for rapid iteration, as well as production optimization tools for minifying assets and analyzing bundle size. The toolkit covers a broad s

    JavaScriptboilerplatereactredux
    View on GitHub↗9,646
  • asm89/twig-lintasm89 avatar

    asm89/twig-lint

    118View on GitHub↗

    Standalone twig linter.

    PHP
    View on GitHub↗118
  • ashutoshgngwr/validate-fastlane-supply-metadataashutoshgngwr avatar

    ashutoshgngwr/validate-fastlane-supply-metadata

    27View on GitHub↗

    A Github Action to statically validate Fastlane metadata for Android (supply).

    Go
    View on GitHub↗27
  • alexkohler/preallocalexkohler avatar

    alexkohler/prealloc

    666View on GitHub↗

    prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

    Go
    View on GitHub↗666
  • arangogutierrez/golinty-actionArangoGutierrez avatar

    ArangoGutierrez/GoLinty-Action

    10View on GitHub↗

    GitHub action to run Go lint checks on PR event

    Shell
    View on GitHub↗10
  • burdzwastaken/hadolint-actionburdzwastaken avatar

    burdzwastaken/hadolint-action

    13View on GitHub↗

    A GitHub action to run hadolint and reports violations given a Dockerfile within a repository

    Shell
    View on GitHub↗13
  • borkdude/clj-kondoborkdude avatar

    borkdude/clj-kondo

    1,841View on GitHub↗

    Static analyzer and linter for Clojure code that sparks joy

    Clojure
    View on GitHub↗1,841
  • burtonqin/lockbudBurtonQin avatar

    BurtonQin/lockbud

    591View on GitHub↗

    Detect concurrency and memory bugs and possible panic locations in Rust projects

    Rust
    View on GitHub↗591
  • captainhook-git/captainhookcaptainhook-git avatar

    captainhook-git/captainhook

    1,094View on GitHub↗
    PHPautomationcode-qualitygit
    View on GitHub↗1,094
  • carlosas/phpatcarlosas avatar

    carlosas/phpat

    1,264View on GitHub↗
    PHParchitecturelinterphp
    View on GitHub↗1,264
  • channable/dbcriticchannable avatar

    channable/dbcritic

    180View on GitHub↗

    dbcritic finds problems in a database schema.

    Idris
    View on GitHub↗180
  • chekalsky/phpcs-actionchekalsky avatar

    chekalsky/phpcs-action

    55View on GitHub↗

    Github Action helps you check your code with PHP_CodeSniffer

    View on GitHub↗55
  • anordal/shellhardenanordal avatar

    anordal/shellharden

    4,784View on GitHub↗

    Shellharden is a shell script hardening tool and linter designed to improve the security and reliability of Bash scripts. It functions as an automated utility that rewrites scripts to follow industry standards for quoting and security practices. The project provides an optimizer and standardizer that replaces unsafe patterns and aliases with safer functional equivalents. It includes a syntax highlighter that uses visual markers and colorization to indicate vulnerabilities and areas where quoting corrections are required. The tool covers a broad range of capabilities including automated safet

    Rust
    View on GitHub↗4,784