Socket
Socket
Sign inDemoInstall

cherrypicker-cli

Package Overview
Dependencies
130
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cherrypicker-cli

Command line interface for Cherrypicker


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
26.6 MB
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Last updated on 30 Jun 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc