2.0.0 • Published 3 years ago

path-exists-cli v2.0.0

Weekly downloads
2,796
License
MIT
Repository
github
Last release
3 years ago

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