# indexhtmlify
**Repository Path**: mirrors_regular/indexhtmlify
## Basic Information
- **Project Name**: indexhtmlify
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-05-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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