CLI for inline-source
npm install inline-source-cli> A CLI for inline-source
Available on npm:
``sh`
npm install inline-source-cli
`sh`
inline-source --compress false --root ./ file.html
... or using pipes:
`sh``
cat build/index.html | inline-source --root build > build/bundle.html