Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lazy-start

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-start

Lazily start a web server the first time it is requested

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

lazy-start

npm version GitHub top language GitHub contributors License PRs Welcome

A lightweight CLI to lazily start or delay a web server the first time it is requested.

Installation

npm install --save-dev lazy-start
# or
yarn add -D lazy-start

Usage

lazy-start yarn start
lazy-start -p 3000 react-scripts start
NODE_ENV=test lazy-start -t 120 cpu-intensive.sh
lazy-start -t $(shuf -i 60-300 -n 1) run-in-random-between-1-and-5-minutes.py
DISABLE_LAZY_START=true lazy-start run-immediate

Author

Kmaschta
Kmaschta

License

lazy-start is licensed under the MIT License, courtesy of Marmelab.

FAQs

Package last updated on 25 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc