All Projects → sindresorhus → Wait For Localhost Cli

sindresorhus / Wait For Localhost Cli

Licence: mit
Wait for localhost to be ready from the command-line

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wait For Localhost Cli

Wait For Localhost
Wait for localhost to be ready
Stars: ✭ 245 (+142.57%)
Mutual labels:  delay, server, npm-package, localhost
Delay Cli
Delay execution for a given amount of seconds
Stars: ✭ 74 (-26.73%)
Mutual labels:  cli-app, delay, npm-package
Host
Expose your LocalHost with this tool
Stars: ✭ 268 (+165.35%)
Mutual labels:  server, localhost
Electron Serve
Static file serving for Electron apps
Stars: ✭ 310 (+206.93%)
Mutual labels:  server, npm-package
Sindresorhus Cli
The Sindre Sorhus CLI
Stars: ✭ 436 (+331.68%)
Mutual labels:  cli-app, npm-package
Terminal Image Cli
Display images in the terminal
Stars: ✭ 234 (+131.68%)
Mutual labels:  cli-app, npm-package
Unsplash Wallpaper
Use an image from unsplash.com as your background image from a simple command.
Stars: ✭ 238 (+135.64%)
Mutual labels:  cli-app, npm-package
Conduct
🖖 Generate a Code of Conduct for your project
Stars: ✭ 360 (+256.44%)
Mutual labels:  cli-app, npm-package
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (+33.66%)
Mutual labels:  cli-app, npm-package
Github Spray
Draw on your GitHub contribution graph ░▒▓█
Stars: ✭ 908 (+799.01%)
Mutual labels:  cli-app, npm-package
Np
A better `npm publish`
Stars: ✭ 6,401 (+6237.62%)
Mutual labels:  cli-app, npm-package
Slugify Cli
Slugify a string
Stars: ✭ 49 (-51.49%)
Mutual labels:  cli-app, npm-package
Do Not Disturb Cli
Control the macOS `Do Not Disturb` feature from the command-line
Stars: ✭ 205 (+102.97%)
Mutual labels:  cli-app, npm-package
Run Electron
Run Electron without all the junk terminal output
Stars: ✭ 187 (+85.15%)
Mutual labels:  cli-app, npm-package
MinifyAllCli
📦 A lightweight, simple and easy npm tool to 𝗺𝗶𝗻𝗶𝗳𝘆 JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as 𝑪𝑳𝑰 tool or 𝒊𝒎𝒑𝒐𝒓𝒕𝒂𝒃𝒍𝒆 in TS/JS as a 𝑴𝑶𝑫𝑼𝑳𝑬 🥰
Stars: ✭ 21 (-79.21%)
Mutual labels:  npm-package, cli-app
Fast Cli
Test your download and upload speed using fast.com
Stars: ✭ 2,178 (+2056.44%)
Mutual labels:  cli-app, npm-package
Speed Test
Test your internet connection speed and ping using speedtest.net from the CLI
Stars: ✭ 3,654 (+3517.82%)
Mutual labels:  cli-app, npm-package
Doge Seed Cli
Generate dank mnemonic seed phrases in the terminal
Stars: ✭ 118 (+16.83%)
Mutual labels:  cli-app, npm-package
Replace In Files Cli
Replace matching strings and regexes in files
Stars: ✭ 129 (+27.72%)
Mutual labels:  cli-app, npm-package
Capture Website Cli
Capture screenshots of websites from the command-line
Stars: ✭ 545 (+439.6%)
Mutual labels:  cli-app, npm-package

wait-for-localhost-cli

Wait for localhost to be ready from the command-line

Useful if you need a local server to be ready to accept requests before executing the next command.

I personally use this to wait for webpack-dev-server to be ready before launching Electron.

Install

$ npm install --global wait-for-localhost-cli

Usage

$ wait-for-localhost --help

  Usage
    $ wait-for-localhost [port]

  Options
    --use-get  Use the HTTP-method GET instead of HEAD to test if the server is ready

  Example
    $ wait-for-localhost 8080 && echo 'Server is ready'

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].