path-exists-cli

Check if a path exists

MIT 3 个版本
安装
npm install path-exists-cli
yarn add path-exists-cli
pnpm add path-exists-cli
bun add path-exists-cli
README

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"
版本列表
2.0.0 2021-08-12
1.0.0 2016-05-01
0.1.0 2016-04-02