{"id":19838135,"url":"https://github.com/textlint/textlint-rule-template","last_synced_at":"2025-05-01T18:31:03.416Z","repository":{"id":12854320,"uuid":"72975695","full_name":"textlint/textlint-rule-template","owner":"textlint","description":"This is TEMPLATE REPOSITORY for creating textlint rule.","archived":false,"fork":false,"pushed_at":"2024-10-31T09:31:46.000Z","size":823,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T10:25:59.914Z","etag":null,"topics":["template","textlintrule"],"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/textlint.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":"2016-11-06T07:12:44.000Z","updated_at":"2024-10-31T09:31:49.000Z","dependencies_parsed_at":"2023-01-13T17:10:28.979Z","dependency_job_id":"5d663f92-fa2a-4a7c-9c85-bb1b4256d114","html_url":"https://github.com/textlint/textlint-rule-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textlint","download_url":"https://codeload.github.com/textlint/textlint-rule-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224269997,"owners_count":17283649,"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":["template","textlintrule"],"created_at":"2024-11-12T12:16:52.281Z","updated_at":"2024-11-12T12:16:52.925Z","avatar_url":"https://github.com/textlint.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# textlint-rule template\n\nThis is TEMPLATE REPOSITORY for creating textlint rule.\n\n## Install\n\nRequirement:\n\n- Git\n- Node.js 16+\n- npm 8+\n\nUse [create-textlint-rule](https://github.com/textlint/create-textlint-rule):\n\n```\n$ npx create-textlint-rule example\n```\n\nOr, Run following steps manually:\n\n```sh\nruleName=\"textlint-rule-\u003crule-name\u003e\"\ngit clone --depth=1 https://github.com/textlint/textlint-rule-template.git ${ruleName}\ncd ${ruleName}\n# Initialize git\nrm -rf .git/\nrm -rf .github/\ngit init\n# Initialize npm\nnpm init\nnpm install\n# Initialize README\n# Notice: force update exist README.md\n./node_modules/.bin/textlint-scripts init\n```\n\n## Usage\n\nSee [textlint-scripts](https://github.com/textlint/textlint-scripts \"textlint-scripts\") for more details.\n\n### Build\n\nBuilds source codes for publish to the `lib` folder.\nYou can write ES2015+ source codes in `src/` folder.\n\n    npm run build\n    \n### Tests\n\nRun test code in `test` folder.\nTest textlint rule by [textlint-tester](https://github.com/textlint/textlint-tester \"textlint-tester\"). \n\n    npm test\n\n### Publish\n\nPublish your rule to [npm](https://www.npmjs.com/). \n\n    # Update version and git tag `patch` or `minor` or `major`\n    npm version {patch|minor|major}\n    npm publish\n\n## How to write textlint rule?\n\nSee documents.\n\n- [textlint/rule.md at master · textlint/textlint](https://github.com/textlint/textlint/blob/master/docs/rule.md \"textlint/rule.md at master · textlint/textlint\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Ftextlint-rule-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextlint%2Ftextlint-rule-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Ftextlint-rule-template/lists"}