@37bytes/html-content-appender
v1.0.1
Published
Utility for appending a template in set of .html files
Downloads
6
Keywords
Readme
Usage
html-content-appender HTML_DIRECTORY=./build TEMPLATE=./extra-html-content.html
html-content-appender HTML_DIRECTORY=./build TEMPLATE=./extra-html-content.html EXCLUDED_FILES=index.html,example.html
Local developing
ts-node src/index.ts <...>
npm run build&watch
;node build/index.js <...>
npm run build
;chmod +x build/index.js
;npm link
;html-content-appender <...>
version history
1.0.1
- first version