Skip to content

kitasuke/SwiftConst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftconst

Swift 5.1 Build Status codecov

Overview

Find in Swift repeated strings that could be replaced by a constant using SwiftSyntax.

This is highly inspired by goconst and Swift version of it.

Requirements

Swift 5.1+
Xcode 11.0+ beta

How to use

Installation

Run below command

$ make install
$ swiftconst help

Available Commands

help

Display general or command-specific help

run --path <path> --ignore <path,path...>

Display repeated strings

Examples

$ swiftconst run --ignore "/Users/kitasuke/SwiftConst/Tests/,/Users/kitasuke/SwiftConst/Package.swift"
other occurrence(s) of "error" found in: /Users/kitasuke/SwiftConst/main.swift:7:11
other occurrence(s) of "help" found in: /Users/kitasuke/SwiftConst/main.swift:18:19
other occurrence(s) of "error" found in: /Users/kitasuke/SwiftConst/main.swift:19:28
other occurrence(s) of "help" found in: /Users/kitasuke/SwiftConst/main.swift:21:19

TODOs

  • Recursive run in subfolders

Acknowledgements

About

Find in Swift repeated strings that could be replaced by a constant using SwiftSyntax

Resources

License

Stars

Watchers

Forks

Packages

No packages published