to-inline-html
v1.0.2
Published
Replace links in css/html to inline code
Downloads
10
Maintainers
Readme
Inline HTML
Make single inline HTML file from your frontend application. It replaces links and scripts html files to inline code.
You can find us on github and npmjs
How to use
npm i -g to-inline-html
npx to-inline-html /path/to/source_file.html /path/to/output.html
where is
- /path/to/source_file.html is your path to built project, and it's html file (usually it's dist directory)
- /path/to/result.html is path to output html file.