# path-exists-cli **Repository Path**: mirrors_sindresorhus/path-exists-cli ## Basic Information - **Project Name**: path-exists-cli - **Description**: Check if a path exists - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # path-exists-cli > Check if a path exists, [cross-platform](https://github.com/sindresorhus/path-exists-cli/issues/1). ## Install ``` $ npm install --global path-exists-cli ``` ## Usage ``` $ path-exists --help Usage $ path-exists Example $ path-exists foo && echo "exists" || echo "doesn't exist" ``` ## Related - [path-exists](https://github.com/sindresorhus/path-exists) - API for this module