template-html を Gulp プラグイン化する gulp-template-html を Fork した
以前、template-html
という npm パッケージを Fork して、@neos21/template-html
という npm パッケージを作ったことを話した。
- @neos21/template-html - npm
- GitHub - Neos21/template-html: Generate static HTML files from templates and content files.
今回はこれを Gulp で使うための Gulp プラグインである、gulp-template-html
も Fork して、@neos21/gulp-template-html
を作った。
- 参考 : gulp-template-html - npm
- 参考 : GitHub - grit96/gulp-template-html: Generate static HTML files from templates and content files.
Gulp プラグインの方は作者が違うようだが、Fork 版は同じ Neo が作成しているので安心!(?)
npmjs のページは以下。
コードは GitHub にて公開中。
やったことは index.js
の require('template-html')
部分を require('@neos21/template-html')
にしただけ。特筆事項なし…。