Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!