name: "textlint 可插拔自然語言檢查器" slug: "textlint-pluggable-natural-language-linter" version: "1.0.0" displayName: "textlint 可插拔自然語言語法檢查器" summary: "使用 textlint 對自然語言文本進行語法檢查,textlint 是一個受 ESLint 啟發的可插拔語法檢查框架。從 npm 安裝社群規則以強制執行寫作標準、捕獲語法問題,並保持專案中文件風格的一致性。 ```" license: "MIT" description: "使用 textlint 對自然語言文本進行語法檢查,textlint 是一個受 ESLint 啟發的可插拔語法檢查框架。從 npm 安裝社群規則以強制執行寫作標準、捕獲語法問題,並保持專案中文件風格的一致性。" github_stars: 3099 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" category: "Content Writing & SEO" framework: "Multi-Framework" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 3099 npm_package: "textlint" npm_weekly_downloads: 102876
Lint natural language text with textlint, the pluggable linting framework inspired by ESLint. Install community rules from npm to enforce writing standards, catch grammar issues, and maintain consistent documentation style across your project.
Use the upstream install or setup path that matches your environment: - $ npm install textlint --save-dev - npm install --save-dev textlint textlint-rule-no-todo - npx textlint --init command creates .textlintrc.json file from installed rules. - npx textlint --init
Requirements and caveats from upstream: - Node.js 20+ - If you're not sure what version of Node you're running, you can run node -v in your console to find out. - If you have installed textlint globally you must install each reference rule globally as well.
7w4.net小蔥技能。
Basic usage or getting-started notes: - For a quick tour of textlint, checkout our Getting Started guide :squirrel: - You can install the textlint command using npm: - Requirements:
這個 Skill 質量中等偏下。雖然提供了 textlint 安裝說明,但存在明顯的格式問題(檔案內容有語法錯誤),且實際文件不完整,缺少引用中提到的入門指南。對於想使用 textlint 的使用者來說,僅憑現有內容可能難以快速上手,需要額外查閱上游文件才能真正使用。