Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dominictarr/indexhtmlify


https://github.com/dominictarr/indexhtmlify

Last synced: 2 months ago
JSON representation

Lists

README

        

# indexhtmlify

Wrap a js bundle in the minimum html to be browser runnable

```
# bundle and wrap
browserify client.js | indexhtmlify > index.html

# open in browser
open index.html
```

# add metadata tags

use [metadataify](https://github.com/rreusser/metadataify)

``` js
browserify client.js | indexhtmlify | metadataify --title "title foo bar"
```

## License

MIT