Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-if

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-if

Basic CLI comparison utility

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

cli-if

Simple node CLI utility that runs the specified command if condition evaluates to true.

Usage

Intended to run inside of an NPM script when a false evaluation should just exit the script

cli-if [compare] [expected] [actual] [runIfTrue]
  • compare: performs a case-sensitive evaluation of two values
  • expected: expected value
  • actual: actual value to compare expected with
  • runIfTrue: command that gets executed if condition evaluates to true

Supported Compare Types

  • contains

Examples

This will run the command the npm run doSomething

cli-if contains test testing npm run doSomething

This will exit without running the npm run doSomething command

cli-if contains testing 123 npm run doSomething

Keywords

FAQs

Package last updated on 06 Feb 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc