Skip to content

Commit

Permalink
refactor(package): update textlint
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 24, 2017
1 parent 7255d83 commit a9537fa
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 103 deletions.
19 changes: 12 additions & 7 deletions ja/gulp/README.md
Expand Up @@ -294,10 +294,15 @@ gulpでは[vinyl](https://github.com/gulpjs/vinyl "vinyl")オブジェクトを

ここではgulpのプラグインアーキテクチャについて学びました。

- gulpはタスク自動化ツール
- JavaScriptで設定を書くことができる
- gulpは中間フォーマットとデータの流れを決めている
- 中間フォーマットは[vinyl](https://github.com/gulpjs/vinyl "vinyl")オブジェクト
- データの流れは既存のNode.js Stream
- 既存のライブラリをラップしたプラグインが作りやすい
- 同様の機能をもつプラグインが登場しやすい
- [gulp](#gulp)
- [どう書ける?](#%E3%81%A9%E3%81%86%E6%9B%B8%E3%81%91%E3%82%8B)
- [どのような仕組み?](#%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AA%E4%BB%95%E7%B5%84%E3%81%BF)
- [Stream](#stream)
- [vinyl](#vinyl)
- [vinylの中身を処理する](#vinyl%E3%81%AE%E4%B8%AD%E8%BA%AB%E3%82%92%E5%87%A6%E7%90%86%E3%81%99%E3%82%8B)
- [変換処理](#%E5%A4%89%E6%8F%9B%E5%87%A6%E7%90%86)
- [エコシステム](#%E3%82%A8%E3%82%B3%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0)
- [どのような用途に向いている?](#%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AA%E7%94%A8%E9%80%94%E3%81%AB%E5%90%91%E3%81%84%E3%81%A6%E3%81%84%E3%82%8B)
- [どのような用途に向いていない?](#%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AA%E7%94%A8%E9%80%94%E3%81%AB%E5%90%91%E3%81%84%E3%81%A6%E3%81%84%E3%81%AA%E3%81%84)
- [この仕組みを使っているもの](#%E3%81%93%E3%81%AE%E4%BB%95%E7%B5%84%E3%81%BF%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%81%84%E3%82%8B%E3%82%82%E3%81%AE)
- [まとめ](#%E3%81%BE%E3%81%A8%E3%82%81)
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -64,7 +64,7 @@
"redux": "^3.5.2",
"remark": "^6.2.0",
"stemming-x-keywords": "^1.0.3",
"textlint": "^9.1.1",
"textlint": "^10.0.1",
"textlint-filter-rule-comments": "^1.2.1",
"textlint-formatter-codecov": "^1.0.2",
"textlint-formatter-lcov": "^1.0.2",
Expand All @@ -79,7 +79,7 @@
"textlint-rule-no-dropping-the-ra": "^1.0.2",
"textlint-rule-no-mix-dearu-desumasu": "^3.0.0",
"textlint-rule-no-nfd": "^1.0.1",
"textlint-rule-no-start-duplicated-conjunction": "^1.1.4",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-preset-jtf-style": "^2.3.1",
"textlint-rule-prh": "^5.0.1",
"textlint-rule-sentence-length": "^1.1.3",
Expand Down

0 comments on commit a9537fa

Please sign in to comment.