npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

path-exists-cli

2.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:4516
$ npm install path-exists-cli
DailyWeeklyMonthlyYearly

path-exists-cli

Check if a path exists, cross-platform.

Install

$ npm install --global path-exists-cli

Usage

$ path-exists --help

  Usage
    $ path-exists <path>

  Example
    $ path-exists foo && echo "exists" || echo "doesn't exist"

Related

  • path-exists - API for this module