{"id":19838154,"url":"https://github.com/textlint/textlint-app","last_synced_at":"2025-06-30T03:36:36.679Z","repository":{"id":66127730,"uuid":"78421647","full_name":"textlint/textlint-app","owner":"textlint","description":"textlint standalone application top on Electron.","archived":false,"fork":false,"pushed_at":"2018-07-26T22:58:56.000Z","size":986,"stargazers_count":70,"open_issues_count":9,"forks_count":6,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-01T18:55:33.513Z","etag":null,"topics":["electron","linux","mac","standalone","textlint","windows"],"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/textlint.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,"zenodo":null},"funding":{"github":"azu"}},"created_at":"2017-01-09T11:11:27.000Z","updated_at":"2025-03-15T20:14:57.000Z","dependencies_parsed_at":"2023-03-10T23:38:33.135Z","dependency_job_id":null,"html_url":"https://github.com/textlint/textlint-app","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/textlint/textlint-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textlint","download_url":"https://codeload.github.com/textlint/textlint-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262705198,"owners_count":23351205,"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":["electron","linux","mac","standalone","textlint","windows"],"created_at":"2024-11-12T12:16:54.359Z","updated_at":"2025-06-30T03:36:36.670Z","avatar_url":"https://github.com/textlint.png","language":"JavaScript","readme":"# textlint-app [![Build Status](https://travis-ci.org/textlint/textlint-app.svg?branch=master)](https://travis-ci.org/textlint/textlint-app) [![Build status](https://ci.appveyor.com/api/projects/status/mnburjdwu7vsva7t?svg=true)](https://ci.appveyor.com/project/azu/textlint-app)\n\n[textlint](https://github.com/textlint/textlint \"textlint\") app for cross platform.\n\n![gif](https://media.giphy.com/media/3o7buj7KnuEurvGVm8/giphy.gif)\n\n## Why?\n\n- Not require Node.js/npm on your environment.\n- Just download binary and launch app.\n\n## Install\n\nDownload Binary from \u003chttps://github.com/textlint/textlint-app/releases/latest\u003e\n\n## Features\n\n- No dependencies\n    - Just install and run it\n- Cross platform\n    - Windows/Linux/Mac - [Download it](https://github.com/textlint/textlint-app/releases/latest)\n- Support `.textlintrc`\n    - You can use existing `.textlintrc` config\n- Support `--fix`\n    - Automatically fix lint error\n- TODO:\n    - [ ] Support only markdown \u003chttps://github.com/textlint/textlint-app/issues/8\u003e\n    - [ ] Improve performance \u003chttps://github.com/textlint/textlint-app/issues/9\u003e\n \n## Usage\n\n1. Open textlint app\n2. Go to \"Setting\" tab\n3. Setup `.textlintrc`\n    - Please see [Configuring textlint](https://github.com/textlint/textlint/blob/master/docs/configuring.md \"Configuring textlint\")\n4. Press \"Install\"!\n5. Edit with textlint\n\n### Example\n\n`.textlintrc`:\n```json\n{\n  \"rules\": {\n    \"no-todo\": true\n  }\n}\n```\n\nResult:\n\n![image](https://monosnap.com/file/YdUoiwRYVDEghLw6k86t7sQzNHb2G3.png)\n\n\n## Development\n\nYou can install textlint-app in local environment.\n\n    yarn install\n    yarn run bootstrap\n    yarn run watch\n    yarn run electron\n\n### Update packages\n\nIf you update packages/ modules\n\n    yarn run publish\n    # It bump version, not publish to npm\n    \nUpdate packages/ dependencies\n\n    yarn upgrade\n\nTODO: `file:` is not linked by lerna... We will improve this.\n\n## Changelog\n\nSee [Releases page](https://github.com/textlint/textlint-app/releases).\n\n## Running tests\n\nInstall devDependencies and Run `yarn test`:\n\n    yarn test\n\n## Contributing\n\nPull requests and stars are always welcome.\n\nFor bugs and feature requests, [please create an issue](https://github.com/textlint/textlint-app/issues).\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n- [github/azu](https://github.com/azu)\n- [twitter/azu_re](https://twitter.com/azu_re)\n\n## License\n\nMIT © azu\n","funding_links":["https://github.com/sponsors/azu"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Ftextlint-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextlint%2Ftextlint-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Ftextlint-app/lists"}