{"id":18812439,"url":"https://github.com/atsuyaw/textlint-launcher4ja","last_synced_at":"2025-04-13T21:31:55.917Z","repository":{"id":50094742,"uuid":"373674335","full_name":"atsuyaw/textlint-launcher4ja","owner":"atsuyaw","description":"textlint導入・実行ツール","archived":true,"fork":false,"pushed_at":"2021-06-04T11:59:31.000Z","size":4,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T22:46:09.939Z","etag":null,"topics":["batch","proofing-tools","textlint","textlint-config","textract"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","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/atsuyaw.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}},"created_at":"2021-06-04T00:11:05.000Z","updated_at":"2023-10-07T03:09:06.000Z","dependencies_parsed_at":"2022-09-14T12:23:31.849Z","dependency_job_id":null,"html_url":"https://github.com/atsuyaw/textlint-launcher4ja","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsuyaw%2Ftextlint-launcher4ja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsuyaw%2Ftextlint-launcher4ja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsuyaw%2Ftextlint-launcher4ja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsuyaw%2Ftextlint-launcher4ja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atsuyaw","download_url":"https://codeload.github.com/atsuyaw/textlint-launcher4ja/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248786528,"owners_count":21161459,"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":["batch","proofing-tools","textlint","textlint-config","textract"],"created_at":"2024-11-07T23:33:03.136Z","updated_at":"2025-04-13T21:31:50.900Z","avatar_url":"https://github.com/atsuyaw.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# textlint-lancher4ja\ntextlint導入・実行ツール\n## Features\n- textlint環境（ルール・プリセット，config）の構築\n- textlintのD\u0026D実行\n- 初期設定  \n日本語の学会予稿集や卒論・修論などの`*.docx`ファイルを校正させるケースを想定\n    - [textlint-rule-ja-official-documents](https://github.com/atsuyaw/textlint-rule-ja-official-documents?organization=atsuyaw\u0026organization=atsuyaw)\n    - [textlint-rule-preset-ja-engineering-paper](https://github.com/kn1cht/textlint-rule-preset-ja-engineering-paper)\n    - [textlint-rule-preset-ja-technical-writing](https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing)\n        - max-ten: 句読点を，。に設定\n        - max-kanji-continuous-len: maxを6に設定\n\n## Installation\n### 指示されてtextlintを使う人\n1. 予め[node.jsをインストールして](https://nodejs.org/ja/download/)おく。\n1. `./install_textlint_plugins.bat`を実行する。  \n*SmartScreenによってブロックされたら`[詳細情報] \u003e [実行]`を選択する。\n1. 校正したいファイルを`./run_textlint.bat`にD\u0026Dすると校正結果がコンソールに表示される。  \n*若干時間が掛かります。\n\n### マネージャー\n1. releaseから`.zip`をダウンロードする。\n1. 通常のtextlintの環境を展開する。\n1. `npm i -D textract`を実行する。\n1. 初めにダウンロードしたファイルの`package.json`を作成された`package.json`に差し替える。\n1. フォルダを配布する。\n\n## Background of development\n後輩のドキュメントを事前に校正しておいてほしい。  \n私はtextlintを使うのですが，後輩は知らない。\n\nそれで後輩のPC上にtextlintの環境を構築してCUI操作なしで校正させるツールが必要になりました。  \n同様の用途を想定したツールとして[GUIで動作する文書校正ツール GUI tool for textlinting.](https://github.com/gecko655/proofreading-tool)があります。  \nGUIもきれいで便利なのですが，ruleの導入をやろうとすると自前でbuildすることになり，ちょっとハードルでした。  \n現状においてはtextlintを使うというところに辿り着くのは，マネージャーがtextlintをCUIで使えるという状況が大半であり，後輩とか部下は詳しいことを知らないけど校正は掛けておいてほしい，という感じではないでしょうか。\n\nその際に普段通りの設定作業をすれば配布も簡単で環境構築にはCUI操作が不要ということが求められる機能です。  \nつまり，`package.json`をマネージャーが設定し，CUIなしでこれをインストールできればそれで十分というわけです。  \n結局やっていることは前述のツールと全く同じで`textract`と`textlint`が走っているだけですが。\n\n`npm desktop manager`とか`npm-gui`を使えばマネージャーの操作もCUIレスでできるようになるかも…  \nまァ誰か詳しい人がいる環境で使うべき，という気はしますが。\n\n軽率にプルリク・issue立ててください！","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsuyaw%2Ftextlint-launcher4ja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatsuyaw%2Ftextlint-launcher4ja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsuyaw%2Ftextlint-launcher4ja/lists"}