You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

spreaker-css-inliner

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spreaker-css-inliner

A CLI interface for juice CSS inliner

0.0.2
latest
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created

css-inliner

A CLI interface for juice.

Install

npm install spreaker-css-inliner

Usage

Read an input file or stdin, inline styles and save the output to a new file or stdout.

Options:
  -i, --input          Input file
  -o, --output         Output file
  -p, --preserve-mq    Preserve media queries  [default: false]
  -r, --remove-styles  Remove styles tag       [default: false]
  -h, --help           Show this help

Example: read from a file and save to another one

inline -i input.html -o output.html

Example: read from stdin and write to stdout

cat input.html | inline > output.html

FAQs

Package last updated on 31 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts