SwiftFormatterPlugin

1.0.3

Plugin that runs SwiftFormatter on a swift package
elegantchaos/SwiftFormatterPlugin

What's New

1.0.3

2022-07-14T16:07:32Z

SwiftFormatterPlugin

A Swift Package Manager plugin which runs SwiftFormat.

Usage

Add this repo to your package dependencies:

    dependencies: [
        .package(url: "https://github.com/elegantchaos/SwiftFormatterPlugin", from: "1.0.2"),
        /* other dependencies here... */ 
    ],

Invoke the tool from the command line:

swift package plugin --allow-writing-to-package-directory format-source-code

Description

  • Swift Tools 5.6.0
View More Packages from this Author

Dependencies

Last updated: Fri Mar 07 2025 22:01:16 GMT-1000 (Hawaii-Aleutian Standard Time)