1.0.1 • Published 3 years ago
@37bytes/html-content-appender v1.0.1
Usage
html-content-appender HTML_DIRECTORY=./build TEMPLATE=./extra-html-content.htmlhtml-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