awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mivok/markdownlint

Open-source alternatives to Markdownlint

30 open-source projects similar to mivok/markdownlint, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Markdownlint alternative.

  • pycqa/flake8PyCQA 的头像

    PyCQA/flake8

    3,760在 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
    在 GitHub 上查看↗3,760
  • vlajos/misspell-fixervlajos 的头像

    vlajos/misspell-fixer

    194在 GitHub 上查看↗

    Simple tool for fixing common misspellings, typos in source code

    sed
    在 GitHub 上查看↗194
  • hougesen/mdsfhougesen 的头像

    hougesen/mdsf

    108在 GitHub 上查看↗

    Format markdown code blocks using your favorite tools

    Rust
    在 GitHub 上查看↗108
  • pycqa/prospectorPyCQA 的头像

    PyCQA/prospector

    2,085在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗2,085
  • csscomb/csscomb.jscsscomb 的头像

    csscomb/csscomb.js

    3,327在 GitHub 上查看↗

    CSS coding style formatter

    JavaScript
    在 GitHub 上查看↗3,327

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • mrtazz/checkmakemrtazz 的头像

    mrtazz/checkmake

    1,204在 GitHub 上查看↗

    Linter/analyzer for Makefiles

    Go
    在 GitHub 上查看↗1,204
  • pocketjoso/specificity-graphpocketjoso 的头像

    pocketjoso/specificity-graph

    702在 GitHub 上查看↗

    Generate interactive Specificity Graphs for your CSS

    JavaScript
    在 GitHub 上查看↗702
  • amperser/proselintamperser 的头像

    amperser/proselint

    4,542在 GitHub 上查看↗

    Proselint is a prose linter and rule-based text analyzer designed to identify stylistic errors, clichés, and jargon in written text. It scans documents against a curated registry of linguistic and typographic rules to maintain professional editorial standards and improve writing quality. The project functions as a command line text processor, a programmable analysis library, and a git pre-commit hook. Its modular architecture allows the core engine to be embedded into other applications, exposed via a REST API, or integrated into text editors. The tool supports recursive directory traversal

    JavaScript
    在 GitHub 上查看↗4,542
  • codespell-project/codespellcodespell-project 的头像

    codespell-project/codespell

    2,391在 GitHub 上查看↗

    check code for common misspellings

    Python
    在 GitHub 上查看↗2,391
  • 360entsecgroup-skylar/goreporter360EntSecGroup-Skylar 的头像

    360EntSecGroup-Skylar/goreporter

    3,123在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗3,123
  • davidanson/markdownlintDavidAnson 的头像

    DavidAnson/markdownlint

    5,855在 GitHub 上查看↗
    JavaScriptcommonmarklintmarkdown
    在 GitHub 上查看↗5,855
  • alexjoverm/typescript-library-starteralexjoverm 的头像

    alexjoverm/typescript-library-starter

    4,359在 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
    在 GitHub 上查看↗4,359
  • rust-unofficial/patternsrust-unofficial 的头像

    rust-unofficial/patterns

    8,843在 GitHub 上查看↗

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

    Handlebarsantipatternsidiomspatterns
    在 GitHub 上查看↗8,843
  • automattic/_sAutomattic 的头像

    Automattic/_s

    10,985在 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
    在 GitHub 上查看↗10,985
  • mgechev/angular2-style-guidemgechev 的头像

    mgechev/angular2-style-guide

    1,195在 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
    在 GitHub 上查看↗1,195
  • coryhouse/react-slingshotcoryhouse 的头像

    coryhouse/react-slingshot

    9,646在 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
    在 GitHub 上查看↗9,646
  • eslint/eslinteslint 的头像

    eslint/eslint

    27,349在 GitHub 上查看↗

    This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit

    JavaScriptecmascripteslintjavascript
    在 GitHub 上查看↗27,349
  • alexkohler/unimportA

    alexkohler/unimport

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • a11yfred/neighbora11yfred 的头像

    a11yfred/neighbor

    1在 GitHub 上查看↗

    Catch accessibility issues in your markup, CSS, and copy before they ship. The a11yfred linter ecosystem for modern web frameworks and prose.

    JavaScript
    在 GitHub 上查看↗1
  • catenacyber/perfsprintC

    catenacyber/perfsprint

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dkorunic/betteralignD

    dkorunic/betteralign

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • captainhook-git/captainhookcaptainhook-git 的头像

    captainhook-git/captainhook

    1,094在 GitHub 上查看↗
    PHPautomationcode-qualitygit
    在 GitHub 上查看↗1,094
  • glitch452/eslint-config-spartanglitch452 的头像

    glitch452/eslint-config-spartan

    3在 GitHub 上查看↗

    An opinionated ESLint configuration

    TypeScript
    在 GitHub 上查看↗3
  • dotnet/formatdotnet 的头像

    dotnet/format

    1,947在 GitHub 上查看↗

    Home for the dotnet-format command

    在 GitHub 上查看↗1,947
  • ducktordanny/eslint-plugin-ng-module-sortducktordanny 的头像

    ducktordanny/eslint-plugin-ng-module-sort

    5在 GitHub 上查看↗

    Sort Angular and NestJS module imports, declarations, exports, controls, etc.

    TypeScript
    在 GitHub 上查看↗5
  • ember-template-lint/ember-template-lintember-template-lint 的头像

    ember-template-lint/ember-template-lint

    264在 GitHub 上查看↗

    Linter for Ember or Handlebars templates

    JavaScript
    在 GitHub 上查看↗264
  • developer239/lintersdeveloper239 的头像

    developer239/linters

    11在 GitHub 上查看↗

    Collection of super strict configurations for ESLint / StyleLint and other code quality tools.

    JavaScript
    在 GitHub 上查看↗11
  • esimonov/ifshortE

    esimonov/ifshort

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • basarat/typescript-bookbasarat 的头像

    basarat/typescript-book

    21,533在 GitHub 上查看↗

    This project is a comprehensive educational resource and programming guide for the TypeScript language. It serves as a manual for the type system and a reference for the language's core syntax, focusing on writing type-safe code and building scalable applications. The content provides detailed instruction on the TypeScript type system, covering interfaces, generics, and structural typing. It further acts as a compiler reference, analyzing how source code is transformed into an abstract syntax tree through scanning and parsing. The guide also covers software architecture design, detailing pro

    TypeScriptfreeopen-sourcetypescript
    在 GitHub 上查看↗21,533
  • darraghoriordan/eslint-plugin-nestjs-typeddarraghoriordan 的头像

    darraghoriordan/eslint-plugin-nestjs-typed

    221在 GitHub 上查看↗

    Some eslint rules for working with NestJs projects

    TypeScript
    在 GitHub 上查看↗221