azu / JavaScript-Plugin-Architecture

JavaScriptプラグインアーキテクチャの本
https://azu.github.io/JavaScript-Plugin-Architecture/
MIT License
250 stars 12 forks source link

textlintの導入 #1

Closed azu closed 9 years ago

azu commented 9 years ago

https://github.com/azu/textlint とtech wordの辞書を用意する。

textlintは何経由?CLI、gulp、Node.js script

azu commented 9 years ago

発展した考えてとしてGrossary.mdと連携してなんかできると良さそう

azu commented 9 years ago

SUMMARY Parse が公式にあった

GitbookIO/gitbook-parsers

azu commented 9 years ago

他のプロジェクトにも転用が形にしたい = run.jsみたいのは取り除きたい

azu commented 9 years ago

gulpでやるのは何かびみょい。 pipeでやるにはxargs。JavaScriptらしい解決策があると良い

azu commented 9 years ago

azu/gitbook-summary-to-path SUMMARY.md => a.md b.mdとか吐くのを書いた

azu commented 9 years ago
npm install -D textlint textlint-rule-no-todo gitbook-summary-to-path
$(npm bin)/summary-to-path SUMMARY.md | xargs $(npm bin)/textlint --rule no-todo

とかできる

azu commented 9 years ago

gulpとかは必要になったら書こう