This package has been deprecated

Author message:

please use postcss-cherrypicker instead with postcss-cli

cherrypicker-cli

0.1.2 • Public • Published

Cherrypicker CLI

Installation

Install it globally using npm or Yarn.

npm install -g cherrypicker-cli

yarn global add cherrypicker-cli

Usage

Then use the cherrypicker command in your project directory.

cherrypicker index.html css/*.css

This will create a cherrypicked folder containing the cherrypicked result.

The arguments to the command, which can be in any order, are the files you would like Cherrypicker to consider.

Stylesheets with the .css extension will be checked against markup files with the .html or .vue extensions and any styles that don't appear in the markup will be removed.

Optionally, you can use the --min flag to minify the output for a greater size reduction.

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cherrypicker-cli

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    3.09 kB

    Total Files

    5

    Last publish

    Collaborators

    • mrbbot