File tree Expand file tree Collapse file tree 3 files changed +269
-103
lines changed Expand file tree Collapse file tree 3 files changed +269
-103
lines changed Original file line number Diff line number Diff line change @@ -294,10 +294,15 @@ gulpでは[vinyl](https://github.com/gulpjs/vinyl "vinyl")オブジェクトを
294
294
295
295
ここではgulpのプラグインアーキテクチャについて学びました。
296
296
297
- - gulpはタスク自動化ツール
298
- - JavaScriptで設定を書くことができる
299
- - gulpは中間フォーマットとデータの流れを決めている
300
- - 中間フォーマットは[ vinyl] ( https://github.com/gulpjs/vinyl " vinyl ") オブジェクト
301
- - データの流れは既存のNode.js Stream
302
- - 既存のライブラリをラップしたプラグインが作りやすい
303
- - 同様の機能をもつプラグインが登場しやすい
297
+ - [ gulp] ( #gulp )
298
+ - [ どう書ける?] ( #%E3%81%A9%E3%81%86%E6%9B%B8%E3%81%91%E3%82%8B )
299
+ - [ どのような仕組み?] ( #%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AA%E4%BB%95%E7%B5%84%E3%81%BF )
300
+ - [ Stream] ( #stream )
301
+ - [ vinyl] ( #vinyl )
302
+ - [ 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 )
303
+ - [ 変換処理] ( #%E5%A4%89%E6%8F%9B%E5%87%A6%E7%90%86 )
304
+ - [ エコシステム] ( #%E3%82%A8%E3%82%B3%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0 )
305
+ - [ どのような用途に向いている?] ( #%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 )
306
+ - [ どのような用途に向いていない?] ( #%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 )
307
+ - [ この仕組みを使っているもの] ( #%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 )
308
+ - [ まとめ] ( #%E3%81%BE%E3%81%A8%E3%82%81 )
Original file line number Diff line number Diff line change 64
64
"redux" : " ^3.5.2" ,
65
65
"remark" : " ^6.2.0" ,
66
66
"stemming-x-keywords" : " ^1.0.3" ,
67
- "textlint" : " ^9.1 .1" ,
67
+ "textlint" : " ^10.0 .1" ,
68
68
"textlint-filter-rule-comments" : " ^1.2.1" ,
69
69
"textlint-formatter-codecov" : " ^1.0.2" ,
70
70
"textlint-formatter-lcov" : " ^1.0.2" ,
79
79
"textlint-rule-no-dropping-the-ra" : " ^1.0.2" ,
80
80
"textlint-rule-no-mix-dearu-desumasu" : " ^3.0.0" ,
81
81
"textlint-rule-no-nfd" : " ^1.0.1" ,
82
- "textlint-rule-no-start-duplicated-conjunction" : " ^1.1.4 " ,
82
+ "textlint-rule-no-start-duplicated-conjunction" : " ^2.0.2 " ,
83
83
"textlint-rule-preset-jtf-style" : " ^2.3.1" ,
84
84
"textlint-rule-prh" : " ^5.0.1" ,
85
85
"textlint-rule-sentence-length" : " ^1.1.3" ,
You can’t perform that action at this time.
0 commit comments