wrap a js file in the minimum html to be browser-runnable
npm install indexhtmlifyWrap a js bundle in the minimum html to be browser runnable
``bundle and wrap
browserify client.js | indexhtmlify > index.html
add metadata tags
use metadataify
` js
browserify client.js | indexhtmlify | metadataify --title "title foo bar"
``MIT