{"id":21850882,"url":"https://github.com/nikialeksey/arspell","last_synced_at":"2025-04-14T15:14:05.203Z","repository":{"id":33458489,"uuid":"157249355","full_name":"nikialeksey/arspell","owner":"nikialeksey","description":"Resources spell testing library","archived":false,"fork":false,"pushed_at":"2023-02-11T12:08:24.000Z","size":1119,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T15:13:54.433Z","etag":null,"topics":["android","gradle-plugin","hunspell","markdown","spell-checking"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikialeksey.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-11-12T17:16:32.000Z","updated_at":"2023-09-08T17:47:09.000Z","dependencies_parsed_at":"2023-02-15T17:16:11.214Z","dependency_job_id":null,"html_url":"https://github.com/nikialeksey/arspell","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikialeksey%2Farspell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikialeksey%2Farspell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikialeksey%2Farspell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikialeksey%2Farspell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikialeksey","download_url":"https://codeload.github.com/nikialeksey/arspell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904637,"owners_count":21180835,"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":["android","gradle-plugin","hunspell","markdown","spell-checking"],"created_at":"2024-11-28T00:25:06.619Z","updated_at":"2025-04-14T15:14:05.155Z","avatar_url":"https://github.com/nikialeksey.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arspell\n\n[![Build Status][build-status-badge]][build-status-link]\n[![codecov][codecov-badge]][codecov-link]\n\n[![Lib version][lib-version-badge]][lib-version-link]\n[![Gradle plugin version][gradle-plugin-badge]][gradle-plugin-link]\n[![License: GPLv3][license-badge]][license-link]\n\nResources spell testing library and gradle plugin.\n\n## How to\n\nFor example, you have two files:\n\n`readme.md`:\n```text\nHello world!\nПривет, миииир!\n```\n`strings.xml`:\n```xml\n\u003cresources\u003e\n  \u003cstring name=\"hello_world\"\u003eHello, world!\u003c/string\u003e  \n  \u003cstring name=\"hello_world_bad\"\u003eHello, worllld!\u003c/string\u003e\n\u003c/resources\u003e\n```\nTo check it, you should define plugin and configure it:\n```groovy\nplugins {\n    id(\"com.nikialeksey.arspell\").version(\"\u003clatest\u003e\")\n}\n\narspell {\n    md(file(\"./readme.md\")) {\n        dictionary {\n            en()\n            ru()\n        }\n        ignoreWords([\"миииир\"])\n    }\n    android(file(\"./strings.xml\")) {\n        dictionary {\n            en()\n        }\n        ignoreKeys([\"hello_world_bad\"])\n    }\n}\n```\n\nThen run it as gradle task:\n```shell\n./gradlew arspell\n```\n\n## @todo #10:30 m Write docs about LanguageTool using\n\n## Publish\n```bash\ngradlew build publish closeAndReleaseRepository\n```\n\n## Changelog\n- `3.1.3` - support aarch64\n\n- `3.1.2` - small fixes for Android strings (skip format specifiers, skip \nreferences in string resources)\n\n- `3.1.1` - upgrade dependencies\n\n- `3.1.0` - migrate to maven central\n\n[build-status-badge]: https://github.com/nikialeksey/arspell/actions/workflows/ci.yml/badge.svg\n[build-status-link]: https://github.com/nikialeksey/arspell/actions/\n[codecov-badge]: https://codecov.io/gh/nikialeksey/arspell/branch/master/graph/badge.svg\n[codecov-link]: https://codecov.io/gh/nikialeksey/arspell\n[lib-version-badge]: https://img.shields.io/maven-central/v/com.nikialeksey/arspell.svg?label=lib\n[lib-version-link]: https://maven-badges.herokuapp.com/maven-central/com.nikialeksey/arspell\n[gradle-plugin-badge]: https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com/nikialeksey/arspell-plugin-gradle/maven-metadata.xml.svg?label=plugin\n[gradle-plugin-link]: https://plugins.gradle.org/plugin/com.nikialeksey.arspell\n[license-badge]: https://img.shields.io/badge/License-GPLv3-yellow\n[license-link]: https://github.com/nikialeksey/arspell/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikialeksey%2Farspell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikialeksey%2Farspell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikialeksey%2Farspell/lists"}