File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -280,3 +280,20 @@ gulpでは[vinyl](https://github.com/gulpjs/vinyl "vinyl")オブジェクトを
280280
281281- プラグインの組み合わせ問題は利用者が解決しないといけない
282282- 同様の機能を持つプラグインが生まれやすい
283+
284+ ## この仕組みを使っているもの
285+
286+ - [ sighjs/sigh] ( https://github.com/sighjs/sigh " sighjs/sigh ")
287+ - gulpプラグインそのものをサポートしています。
288+
289+ ## まとめ
290+
291+ ここではgulpのプラグインアーキテクチャについて学びました。
292+
293+ - gulpはタスク自動化ツール
294+ - JavaScriptで設定を書くことができる
295+ - gulpは中間フォーマットとデータの流れを決めている
296+ - 中間フォーマットは[ vinyl] ( https://github.com/gulpjs/vinyl " vinyl ") オブジェクト
297+ - データの流れは既存のNode.js Stream
298+ - 既存のライブラリをラップしたプラグインが作りやすい
299+ - 同様の機能を持つプラグインが登場しやすい
You can’t perform that action at this time.
0 commit comments