Git Product home page Git Product logo

liver's Introduction

Liver

License Code size Go report card Go version

A dead simple recursive file watcher and live reloading utility that works by attaching itself to processes and matching them to files.

Installation

1. go install

go install github.com/mnafees/liver@latest

2. Manually

macOS

# arm64 (Apple Silicon)
curl -L -o liver.tar.gz "https://github.com/mnafees/liver/releases/latest/download/Liver_Darwin_arm64.tar.gz" && tar xvf liver.tar.gz Liver && mv Liver liver && sudo install -c -m 0755 liver /usr/local/bin && rm -f liver.tar.gz

# x86_64 (Intel)
curl -L -o liver.tar.gz "https://github.com/mnafees/liver/releases/latest/download/Liver_Darwin_x86_64.tar.gz" && tar xvf liver.tar.gz Liver && mv Liver liver && sudo install -c -m 0755 liver /usr/local/bin && rm -f liver.tar.gz

Linux

# arm64
curl -L -o liver.tar.gz "https://github.com/mnafees/liver/releases/latest/download/Liver_Linux_arm64.tar.gz" && tar xvf liver.tar.gz Liver && mv Liver liver && sudo install -c -m 0755 liver /usr/local/bin && rm -f liver.tar.gz

# x86_64
curl -L -o liver.tar.gz "https://github.com/mnafees/liver/releases/latest/download/Liver_Linux_x86_64.tar.gz" && tar xvf liver.tar.gz Liver && mv Liver liver && sudo install -c -m 0755 liver /usr/local/bin && rm -f liver.tar.gz

# i386
curl -L -o liver.tar.gz "https://github.com/mnafees/liver/releases/latest/download/Liver_Linux_i386.tar.gz" && tar xvf liver.tar.gz Liver && mv Liver liver && sudo install -c -m 0755 liver /usr/local/bin && rm -f liver.tar.gz

Windows

Download the latest Windows binaries from https://github.com/mnafees/liver/releases/latest

Getting started

To use Liver, you need a liver.json file in the root of your directory with the following contents

{
    "paths": [
        "/some/path/or/file/to/watch",
        "/other/path/index.js"
    ],
    "procs": {
        "/some/path": [ "go run main.go" ],
        "/other/path": [
            "node index.js",
            "node index2.js"
        ]
    }
}

Then call Liver such as

liver

liver's People

Contributors

mnafees avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.