Giter VIP home page Giter VIP logo

lazy-start's Introduction

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.

Archived

archived Archived Repository
This code is no longer maintained. Feel free to fork it, but use it at your own risks.

Installation

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

Usage

NAME
    lazy-start - Lazily start a web server the first time it is requested

SYNOPSIS
    lazy-start [<options>] <command>

OPTIONS
    -p, --port      Port to listen (default: 80)
    -d, --detached  Run the command in detached mode (default: false)
    -r, --refresh   Time in seconds before page refresh (default: 10)
    -t, --timeout   Run the command anyway after defined timeout in seconds (default: false)

EXAMPLES
    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's People

Contributors

kmaschta avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.