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: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dominictarr/indexhtmlify
- Owner: dominictarr
- License: mit
- Created: 2013-06-17T12:43:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T02:38:42.000Z (about 4 years ago)
- Last Synced: 2024-04-24T15:13:27.205Z (7 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 59
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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