This package has been deprecated

Author message:

This package is no longer maintained. Use at your own risk

lazy-start

0.1.3 • Public • Published

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.

/lazy-start/

    Package Sidebar

    Install

    npm i lazy-start

    Weekly Downloads

    1

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    5.87 kB

    Total Files

    4

    Last publish

    Collaborators

    • kmaschta