{"id":15511814,"url":"https://github.com/ai/yaspeller-ci","last_synced_at":"2025-10-12T08:31:59.328Z","repository":{"id":51759660,"uuid":"83792106","full_name":"ai/yaspeller-ci","owner":"ai","description":"Fast spelling check for Travis CI","archived":true,"fork":false,"pushed_at":"2021-05-10T06:13:28.000Z","size":465,"stargazers_count":61,"open_issues_count":2,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-20T20:37:11.191Z","etag":null,"topics":["spellcheck","spelling","travis","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ai.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":"2017-03-03T11:36:27.000Z","updated_at":"2023-09-08T17:21:44.000Z","dependencies_parsed_at":"2022-08-23T05:51:30.395Z","dependency_job_id":null,"html_url":"https://github.com/ai/yaspeller-ci","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai%2Fyaspeller-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai%2Fyaspeller-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai%2Fyaspeller-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai%2Fyaspeller-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai","download_url":"https://codeload.github.com/ai/yaspeller-ci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236188358,"owners_count":19109394,"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":["spellcheck","spelling","travis","travis-ci"],"created_at":"2024-10-02T09:53:14.421Z","updated_at":"2025-10-12T08:31:58.961Z","avatar_url":"https://github.com/ai.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Yaspeller for CI\n\n\u003cimg align=\"right\" width=\"100\" height=\"100\" alt=\"Yaspeller Logo\" src=\"https://raw.githubusercontent.com/hcodes/yaspeller/master/images/logo.png\"\u003e\n\nFast spelling check for Travis CI and AppVeyor.\n\nIt is just simple wrap for [yaspeller], CLI for [Yandex.Speller] API.\nBut it runs spelling check only in first CI job,\nto speed up build time and reduce unnecessary burden for CI service\nand Yandex.Speller API.\n\n[Yandex.Speller]: https://tech.yandex.ru/speller/doc/dg/concepts/About-docpage/\n[yaspeller]:      https://github.com/hcodes/yaspeller\n\n\u003ca href=\"https://evilmartians.com/?utm_source=yaspeller-ci\"\u003e\n  \u003cimg src=\"https://evilmartians.com/badges/sponsored-by-evil-martians.svg\"\n       alt=\"Sponsored by Evil Martians\" width=\"236\" height=\"54\"\u003e\n\u003c/a\u003e\n\n## Usage\n\nInstall `yaspeller-ci`:\n\n```sh\nnpm install yaspeller-ci --save-dev\n```\n\nAnd add it to npm scripts:\n\n```json\n  \"scripts\": {\n    \"spellcheck\": \"yaspeller-ci *.md\",\n    \"test\": \"npm run unit \u0026\u0026 npm run lint \u0026\u0026 npm run spellcheck\"\n  }\n```\n\nIf you use JSDoc, we recommend to pass them by spelling check too:\n\n```json\n  \"scripts\": {\n    \"docs\": \"jsdoc --configure .jsdocrc *.js\",\n    \"spellcheck\": \"npm run docs \u0026\u0026 yaspeller-ci *.md api/*.html\",\n    \"test\": \"npm run unit \u0026\u0026 npm run lint \u0026\u0026 npm run spellcheck\"\n  }\n```\n\n## Config\n\nYou can specify own dictionary and spelling check options\nin `.yaspellerrc` config.\n\n```json\n{\n  \"lang\": \"en\",\n  \"dictionary\": [\n    \"yaspeller\",\n    \"Travis\"\n  ]\n}\n```\n\nFull list of options could be found in [`yaspeller` docs].\n\n[`yaspeller` docs]: https://github.com/hcodes/yaspeller#configuration\n\n## Extra\n\nWe recommend to combine Yaspeller CI with [`lint-staged`]:\n\n```json\n  \"lint-staged\": {\n    \"*.md\": \"yaspeller-ci\"\n  }\n```\n\n[`lint-staged`]: https://github.com/okonet/lint-staged\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai%2Fyaspeller-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai%2Fyaspeller-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai%2Fyaspeller-ci/lists"}