Skip to main content
Version: 0.1.22
Last Verified: 2025-01-27
Package: @hopx-ai/sdk on npm

Overview

Ready checks are utilities used in template building to verify that a template is ready before it’s considered complete.

Import

Available Ready Checks

waitForPort

Wait for a port to be listening.

waitForUrl

Wait for a URL to be accessible.

waitForFile

Wait for a file to exist.

waitForProcess

Wait for a process to be running.

waitForCommand

Wait for a command to succeed.

Example


See Also

Next Steps

Now that you understand ready checks, explore: