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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to yonaskolb/swaggen

Open-source alternatives to SwagGen

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

  • yonaskolb/xcodegenAvatar de yonaskolb

    yonaskolb/XcodeGen

    8,523Voir sur GitHub↗

    XcodeGen is a command-line utility written in Swift that generates Xcode project files from structured specification files. It serves as a project generator and build configuration manager, allowing targets, schemes, and build settings to be defined in a human-readable format instead of through manual edits in the Xcode IDE. The tool optimizes version control by generating project binaries on demand, which removes the need to store large project files in repositories and eliminates associated merge conflicts. It further automates the development workflow by synchronizing project groups and fi

    Swift
    Voir sur GitHub↗8,523
  • astaxie/batAvatar de astaxie

    astaxie/bat

    2,564Voir sur GitHub↗

    Go implement CLI, cURL-like tool for humans

    Go
    Voir sur GitHub↗2,564
  • carthage/carthageAvatar de Carthage

    Carthage/Carthage

    15,174Voir sur GitHub↗

    Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version

    Swift
    Voir sur GitHub↗15,174
  • cesarferreira/alfiC

    cesarferreira/alfi

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • yonaskolb/mintAvatar de yonaskolb

    yonaskolb/Mint

    2,504Voir sur GitHub↗

    A package manager that installs and runs executable Swift packages

    Swift
    Voir sur GitHub↗2,504

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • almazrafi/fugenAvatar de almazrafi

    almazrafi/Fugen

    85Voir sur GitHub↗

    Command line tool for exporting resources and generating code from your Figma files

    Swift
    Voir sur GitHub↗85
  • cocoapods/cocoapodsAvatar de CocoaPods

    CocoaPods/CocoaPods

    14,823Voir sur GitHub↗

    CocoaPods is a dependency manager for Swift and Objective-C projects that integrates third-party libraries via configuration files. It serves as a project workspace orchestrator, coordinating the build process and linking external dependencies through centralized workspace configurations. To ensure environment consistency across different development machines, it employs a manifest-based version locking system. The project provides a version-controlled library specification registry for managing and distributing metadata and source paths for reusable code modules. It includes tools for extern

    Ruby
    Voir sur GitHub↗14,823
  • cpisciotta/xcbeautifyAvatar de cpisciotta

    cpisciotta/xcbeautify

    1,420Voir sur GitHub↗
    Swiftbeautifierprettifierswift
    Voir sur GitHub↗1,420
  • facebook/augmented-traffic-controlF

    facebook/augmented-traffic-control

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • facebook/stethoAvatar de facebook

    facebook/stetho

    12,672Voir sur GitHub↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Java
    Voir sur GitHub↗12,672
  • giginet/toyboxAvatar de giginet

    giginet/Toybox

    130Voir sur GitHub↗

    🧸 Xcode Playground management made easy

    Swift
    Voir sur GitHub↗130
  • giginet/xcprofilerAvatar de giginet

    giginet/xcprofiler

    343Voir sur GitHub↗

    :chartwithupwards_trend: CLI to profile compilation time of Swift project

    Ruby
    Voir sur GitHub↗343
  • gohanlon/swift-memberwise-init-macroAvatar de gohanlon

    gohanlon/swift-memberwise-init-macro

    194Voir sur GitHub↗

    Swift Macro for memberwise initializers at any access level, with default values and compile-time safety.

    Swift
    Voir sur GitHub↗194
  • gulpjs/gulpAvatar de gulpjs

    gulpjs/gulp

    32,963Voir sur GitHub↗

    Gulp is a JavaScript build automation tool and Node.js task runner designed to coordinate the execution of development tasks. It operates as a streaming build system that transforms source files into production assets through a series of programmable pipelines. The system functions as a file watcher and task orchestrator, monitoring directories for modifications to automatically trigger specific build tasks. It organizes these units of work into sequential or parallel execution paths to streamline development workflows. The toolkit manages asset pipelines by reading files via pattern matchin

    JavaScript
    Voir sur GitHub↗32,963
  • gurhub/surmagicAvatar de gurhub

    gurhub/surmagic

    315Voir sur GitHub↗

    🚀 Command Line Tool to create XCFramework for multiple platforms in one shot!

    Swift
    Voir sur GitHub↗315
  • jamitlabs/accioAvatar de JamitLabs

    JamitLabs/Accio

    670Voir sur GitHub↗

    A dependency manager driven by SwiftPM that works for iOS/tvOS/watchOS/macOS projects.

    Swift
    Voir sur GitHub↗670
  • johnsundell/swiftplateAvatar de JohnSundell

    JohnSundell/SwiftPlate

    1,775Voir sur GitHub↗

    Easily generate cross platform Swift framework projects from the command line

    Swiftcligeneratescript
    Voir sur GitHub↗1,775
  • marksands/bettercodableAvatar de marksands

    marksands/BetterCodable

    1,805Voir sur GitHub↗

    Better Codable through Property Wrappers

    Swift
    Voir sur GitHub↗1,805
  • okonet/lint-stagedAvatar de okonet

    okonet/lint-staged

    14,669Voir sur GitHub↗

    lint-staged is a git pre-commit task runner that executes linters and formatters specifically on files staged in git. It functions as a staged file filter and a monorepo task orchestrator, identifying the correct configuration and working directory for files across multiple packages in a repository. The system automatically adds formatting changes back to the git stage after a successful task run. It uses a mechanism to match files in the git index against glob patterns to determine which tasks to execute and can automatically update git indices after formatting. The project covers sequentia

    JavaScript
    Voir sur GitHub↗14,669
  • q-mobile/model2appAvatar de Q-Mobile

    Q-Mobile/Model2App

    139Voir sur GitHub↗

    Turn your Swift data model into a working CRUD app.

    Swift
    Voir sur GitHub↗139
  • s2mr/xcAvatar de s2mr

    s2mr/xc

    23Voir sur GitHub↗

    Open your xcode project with Xcode of specific version

    Swift
    Voir sur GitHub↗23
  • sventiigi/swiftkitAvatar de SvenTiigi

    SvenTiigi/SwiftKit

    821Voir sur GitHub↗

    Start your next Open-Source Swift Framework 📦

    Swift
    Voir sur GitHub↗821
  • swiftbrew/swiftbrewAvatar de swiftbrew

    swiftbrew/Swiftbrew

    151Voir sur GitHub↗

    Homebrew for Swift packages

    Swift
    Voir sur GitHub↗151
  • swiftgen/swiftgenAvatar de SwiftGen

    SwiftGen/SwiftGen

    9,545Voir sur GitHub↗

    SwiftGen is a tool that creates strongly typed Swift references for assets, strings, and storyboards to eliminate manual string-based APIs. It functions as a code generator that maps localization keys, static assets, and data models into typed source code using a template-based engine. The project uses custom templates to define the exact structure and syntax of the generated code. This allows the generated output to match specific project conventions while providing a flexible system for mapping translation keys and converting local files, colors, and fonts into typed constants. The tool co

    Swift
    Voir sur GitHub↗9,545
  • swiftlang/swift-package-managerAvatar de swiftlang

    swiftlang/swift-package-manager

    10,172Voir sur GitHub↗

    Swift Package Manager is a build tool, dependency manager, and registry client for the Swift language. It transforms source files and external dependencies into executable binaries or libraries and manages the resolution, download, and integration of external code libraries. The project provides a client for publishing and versioning signed code packages via a remote registry, ensuring identity verification through digital signing. It also includes a source code formatter to standardize code style and indentation. The system covers a broad range of capabilities including modular code distrib

    Swift
    Voir sur GitHub↗10,172
  • swiftlang/swiftlyAvatar de swiftlang

    swiftlang/swiftly

    932Voir sur GitHub↗

    A Swift toolchain installer and manager, written in Swift.

    Swift
    Voir sur GitHub↗932
  • tuist/tuistAvatar de tuist

    tuist/tuist

    5,527Voir sur GitHub↗

    Tuist is a Swift manifest–based project manager for Xcode projects. It replaces manual Xcode project file editing with a declarative Swift DSL where build targets, settings, and dependencies are defined in code. The tool then generates Xcode workspaces and projects from that manifest, and can bootstrap new projects with a given platform target and initial structure. Beyond generation and scaffolding, Tuist provides a command-line build capability that compiles Apple platform projects without launching Xcode. It resolves the dependency graph between targets, detects cycles, and determines buil

    Swiftiosobjective-cproductivity
    Voir sur GitHub↗5,527
  • tuist/xcodeprojAvatar de tuist

    tuist/XcodeProj

    2,195Voir sur GitHub↗
    Swiftiosmacosobjective-c
    Voir sur GitHub↗2,195
  • typicode/huskyAvatar de typicode

    typicode/husky

    35,156Voir sur GitHub↗

    Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a project repository. It functions by redirecting standard version control event triggers to a centralized configuration directory, allowing teams to standardize development workflows and enforce code quality without requiring manual setup on every machine. The tool enables custom workflow automation by triggering shell scripts during operations such as committing or pushing code. It distinguishes itself by integrating directly into package manager lifecycles, ensuring that aut

    JavaScriptcommitgithooks
    Voir sur GitHub↗35,156
  • umeng/umeng-muti-channel-build-toolAvatar de umeng

    umeng/umeng-muti-channel-build-tool

    607Voir sur GitHub↗

    友盟渠道打包工具(windows .net 4.0)

    C#
    Voir sur GitHub↗607