RomainBoulay / xclint

Lint your Xcode projects using this command line tool written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Swift Package Manager Twitter: @xcodedotswift Codecov License

xclint is a command line tool written in Swift that validates the state of your Xcode Project. It's able to find duplicated and missing files, inconsistencies between the groups and the folders in your system...

Install πŸ₯‘

You can easily install xclint with Homebrew:

brew tap xcodeswift/xclint git@github.com:xcodeswift/xclint.git
brew install xclint

You can also easily run the tool using 🌱 Mint:

mint run xcodeswift/xclint

Setup βš™οΈ

  1. Git clone the repository git clone git@github.com:xcodeswift/xclint.git
  2. Build with swift build

How to use it πŸ™ƒ

xclint MyProject.xcodeproj

Documentation πŸ“„

You can check out the documentation on the following link. The documentation is automatically generated in every release by using Jazzy from Realm.

References

About

Lint your Xcode projects using this command line tool written in Swift

License:MIT License


Languages

Language:Swift 88.3%Language:Ruby 11.7%