t-osawa-009/typochecker
You can check typos in name or String.
Installation
Makefile
$ git clone git@github.com:takuchantuyoshi/TypoChecker.git
$ cd TypoChecker
$ make installMint
$ mint install takuchantuyoshi/TypoCheckerUsage
Command Line
$ TypoChecker -path hoge/fooXcode
Integrate TypoChecker into an Xcode scheme to get warnings displayed in the IDE. Just add a new "Run Script Phase" with:
if which TypoChecker >/dev/null; then
TypoChecker -path "$SRCROOT" -report xcode
else
echo "warning: TypoChecker not installed, download from https://github.com/takuchantuyoshi/TypoChecker"
fiOption
You can see options by TypoChecker --help
License
Package Metadata
Repository: t-osawa-009/typochecker
Default branch: master
README: README.md