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: Tue Mar 19 2024 11:44:44 GMT-0900 (Hawaii-Aleutian Daylight Time)