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
coala avatar

coala/coala

0
View on GitHub↗
3,588 stars·1,300 forks·Python·AGPL-3.0·13 viewscoala.io↗

Coala

coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.

Features

  • Code Quality and Analysis - Unified CLI for linting and fixing code across languages.
  • Sponsored Projects - Supported by corporate sponsorship from a CI/CD provider.

Star history

Star history chart for coala/coalaStar history chart for coala/coala

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Coala

These projects share indexed features with Coala. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • antirez/redisantirez avatar

    antirez/redis

    109View on GitHub↗

    This document serves as both a quick start guide to Redis and a detailed resource for building it from source.

    C
    View on GitHub↗109
  • assertible/deploymentsassertible avatar

    assertible/deployments

    13View on GitHub↗

    Configurations for GitHub post-deployment testing with Assertible via CI

    View on GitHub↗13
  • cython/cythoncython avatar

    cython/cython

    10,767View on GitHub↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Cythonbig-dataccpp
    View on GitHub↗10,767
  • angular/angular.jsangular avatar

    angular/angular.js

    58,615View on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By utilizing a centralized dependency injection container, the framework manages the lifecycle of services and components to ensure modularity and maintainable architecture. The framework is defined by its two-way data binding mechanism, which automatically synchronizes data models wit

    JavaScript
    View on GitHub↗58,615
Compare all 17 related projects→

Frequently asked questions

What does coala/coala do?

coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.

What are the main features of coala/coala?

The main features of coala/coala are: Code Quality and Analysis, Sponsored Projects.

Which projects share features with coala/coala?

Projects with overlapping indexed features include: angular/angular.js — AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags… assertible/deployments — Configurations for GitHub post-deployment testing with Assertible via CI. cython/cython — Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It… antirez/redis — This document serves as both a quick start guide to Redis and a detailed resource for building it from source. dojo/dojo — dojo. facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional…