1.1.0 • Published 7 years ago

inliney v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

inliney

Email inlining CLI

Travis npm

Inlines CSS into HTML using inline-css, and compresses HTML using html-minifier.

Installation

npm install inliney

Usage

Usage
  $ inliney <input> <output>

Examples
  $ inliney pages/*.html output

Local Development

git clone https://github.com/gakimball/inliney
cd inliney
npm install
npm test

License

MIT © Geoff Kimball