{"id":21228199,"url":"https://github.com/hexlet/languagetool-cli","last_synced_at":"2025-06-22T20:33:56.224Z","repository":{"id":211492620,"uuid":"729293291","full_name":"Hexlet/languagetool-cli","owner":"Hexlet","description":"CLI for spell checking","archived":false,"fork":false,"pushed_at":"2025-03-07T15:27:21.000Z","size":102,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T14:51:10.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hexlet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-08T20:36:07.000Z","updated_at":"2025-03-05T05:32:24.000Z","dependencies_parsed_at":"2024-03-29T12:29:41.229Z","dependency_job_id":"97e01742-76bd-4763-990d-686ebb164d04","html_url":"https://github.com/Hexlet/languagetool-cli","commit_stats":null,"previous_names":["hexlet/languagetool-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hexlet/languagetool-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexlet%2Flanguagetool-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexlet%2Flanguagetool-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexlet%2Flanguagetool-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexlet%2Flanguagetool-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hexlet","download_url":"https://codeload.github.com/Hexlet/languagetool-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hexlet%2Flanguagetool-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261362069,"owners_count":23147329,"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":[],"created_at":"2024-11-20T23:15:01.150Z","updated_at":"2025-06-22T20:33:51.210Z","avatar_url":"https://github.com/Hexlet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# languagetool-cli\n\n## Checking errors\n\n```bash\ndocker run --rm -v ./\u003cdirectory\u003e:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js check \u003cfilePath\u003e\n```\n\nExample:\n\n```bash\ndocker run --rm -v ./fixtures:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js check /content/**/*.md\n```\n\nHelp:\n\n```bash\ndocker run --rm -v ./fixtures:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js check -h\n\nUsage: run check [options] [dir_path]\n\nFix errors with overwriting files\n\nArguments:\n  dir_path                         path to files (default: \"/content\")\n\nOptions:\n  -r, --rules \"rule1, rule2, ...\"  languagetools rules\n  -l, --language \u003cRu-ru\u003e           A language code like en-US, de-DE, fr, or\n                                   auto to guess the language automatically\n                                   (default: \"auto\")\n  -i, --ignore \u003cfile_path\u003e         Path to file with ignore contexts (default:\n                                   \"/content/ignored_languagetool_errors\")\n  -h, --help                       display help for command\n```\n\n## Fixing errors:\n\n```bash\ndocker run --rm -v ./\u003cdirectory\u003e:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js fix \u003cfilePath\u003e\n```\n\nExample:\n\n```bash\ndocker run --rm -v ./fixtures:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js fix /content/**/*.md\n```\n\nHelp:\n\n```bash\ndocker run --rm -v ./fixtures:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js fix -h\n\nUsage: run fix [options] \u003cdirPath\u003e\n\nOptions:\n  -r, --rules \"rule1, rule2, ...\"  languagetools rules\n  -l, --language \u003cRu-ru\u003e           A language code like en-US, de-DE, fr, or\n                                   auto to guess the language automatically\n                                   (default: \"auto\")\n  -h, --help                       display help for command\n```\n\n## To get wrong words:\n\n```bash\ndocker run --rm -v ./\u003cdirectory\u003e:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js words \u003cfilePath\u003e\n```\n\nExample:\n\n```bash\ndocker run --rm -v ./fixtures:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js words /content/**/*.md\n```\n\n```bash\ndocker run --rm -v ./\u003cdirectory\u003e:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js words -h\n\nOptions:\n  -r, --rules \"rule1, rule2, ...\"  languagetools rules\n  -l, --language \u003cRu-ru\u003e           A language code like en-US, de-DE, fr, or\n                                   auto to guess the language automatically\n                                   (default: \"auto\")\n  -f, --file \u003cwrong_words.txt\u003e     Destination (default: \"wrong_words.txt\")\n  -h, --help                       display help for command\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexlet%2Flanguagetool-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexlet%2Flanguagetool-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexlet%2Flanguagetool-cli/lists"}