This is a fork of jonkemp/inline-css with the addition of a Command Line Interface (CLI) to make it easier to integrate this tool with other scripts and development tools. I needed this functionality to use this tool as a file watcher in PhpStorm.
sudo npm install --global fkoyer/inline-css
$ inline-css -h
Usage: inline-css [FILE]
Description:
Inline css into an html file.
Options:
-h, --help Show this message.
-v, --version Print version information.
With no FILE, or when FILE is -, read standard input.
See https://github.com/jonkemp/inline-css/
MIT © Jonathan Kemp