Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI #3

Closed
wants to merge 1 commit into from
Closed

Add CLI #3

wants to merge 1 commit into from

Conversation

gtramontina
Copy link

Usage: path-exists [--not] <path>

This came out of the necessity of having to check whether a path exists from the command-line in a cross platform way while fixing ghooks-org/ghooks#64.

```
Usage: path-exists [--not] <path>
```
@sindresorhus
Copy link
Owner

Thanks for the PR. I no longer bundle CLI's in my modules.

I made this for you: https://github.com/sindresorhus/path-exists-cli

Also no need for the --not flag as you can just use || (see example in its readme).

@gtramontina
Copy link
Author

Thanks a lot!

On Sat, Apr 2, 2016 at 7:53 AM -0700, "Sindre Sorhus" notifications@github.com wrote:

Closed #3.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants