Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramblingcookiemonster/wait-path
Wait for a path to exist
https://github.com/ramblingcookiemonster/wait-path
powershell
Last synced: 27 days ago
JSON representation
Wait for a path to exist
- Host: GitHub
- URL: https://github.com/ramblingcookiemonster/wait-path
- Owner: RamblingCookieMonster
- License: mit
- Created: 2015-02-26T01:00:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T18:53:14.000Z (over 9 years ago)
- Last Synced: 2024-05-01T13:26:06.930Z (6 months ago)
- Topics: powershell
- Language: PowerShell
- Size: 153 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/72ohweyiaogj34po/branch/master?svg=true)](https://ci.appveyor.com/project/RamblingCookieMonster/wait-path)
This is a PowerShell function to abstract out the logic behind waiting for paths to exist.
This was written to help give [a brief overview](https://ramblingcookiemonster.wordpress.com/2015/02/25/fun-with-github-pester-and-appveyor/) on combining GitHub, Pester, and AppVeyor services, and was used to illustrate [the basics of using GitHub](http://ramblingcookiemonster.github.io/GitHub-For-PowerShell-Projects/)
Contributions would be appreciated!