{"id":24096384,"url":"https://github.com/t-osawa-009/typochecker","last_synced_at":"2025-07-02T09:36:33.619Z","repository":{"id":63921097,"uuid":"171356475","full_name":"t-osawa-009/TypoChecker","owner":"t-osawa-009","description":"Typo checker made with swift","archived":false,"fork":false,"pushed_at":"2019-05-10T01:42:07.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T22:40:24.915Z","etag":null,"topics":["check","checker","lint","linter","spell","spellcheck","spellchecker","spelling","spelling-correction","swift","swiftpackage","typo","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t-osawa-009.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-18T21:08:51.000Z","updated_at":"2023-09-08T17:50:35.000Z","dependencies_parsed_at":"2023-01-14T14:15:14.101Z","dependency_job_id":null,"html_url":"https://github.com/t-osawa-009/TypoChecker","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/t-osawa-009/TypoChecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FTypoChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FTypoChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FTypoChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FTypoChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t-osawa-009","download_url":"https://codeload.github.com/t-osawa-009/TypoChecker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FTypoChecker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263112593,"owners_count":23415650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["check","checker","lint","linter","spell","spellcheck","spellchecker","spelling","spelling-correction","swift","swiftpackage","typo","xcode"],"created_at":"2025-01-10T12:31:50.010Z","updated_at":"2025-07-02T09:36:33.591Z","avatar_url":"https://github.com/t-osawa-009.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypoChecker\n\nYou can check typos in name or String.\nTypo checker made with swift.\nThis project is heavily inspired by the [shiba1014/NoMoreTypo](https://github.com/shiba1014/NoMoreTypo), [realm/SwiftLint](https://github.com/realm/SwiftLint)\n\n## Installation\n### Makefile\n```sh\n$ git clone git@github.com:takuchantuyoshi/TypoChecker.git\n$ cd TypoChecker\n$ make install\n```\n### [Mint](https://github.com/yonaskolb/Mint)\n```sh\n$ mint install takuchantuyoshi/TypoChecker\n```\n\n## Usage\n### Command Line\n```sh\n$ TypoChecker -path hoge/foo\n```\n### Xcode\nIntegrate TypoChecker into an Xcode scheme to get warnings displayed in the IDE. Just add a new \"Run Script Phase\" with:\n```sh\nif which TypoChecker \u003e/dev/null; then\nTypoChecker -path \"$SRCROOT\" -report xcode\nelse\necho \"warning: TypoChecker not installed, download from https://github.com/takuchantuyoshi/TypoChecker\"\nfi\n```\n## Option\nYou can see options by `TypoChecker --help`\n\n## License\n[MIT licensed.](https://github.com/takuchantuyoshi/TypoChecker/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-osawa-009%2Ftypochecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft-osawa-009%2Ftypochecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-osawa-009%2Ftypochecker/lists"}