Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 522 Bytes

inline-source-cli NPM Version

A CLI for inline-source

Installation

Available on npm:

npm install inline-source-cli

Usage

inline-source --compress false --root ./ file.html

... or using pipes:

cat build/index.html | inline-source --root build > build/bundle.html