Giter VIP home page Giter VIP logo

mix_install_watcher's Introduction

MixInstallWatcher

A utility package for Mix.install/2 that watches and recompiles all local path dependencies.

Installation

Add :mix_install_watcher to your dependency list in Mix.install/2:

Mix.install([
  {:some_lib, path: "/path/to/some_lib"}
  ...,
  {:mix_install_watcher, "~> 0.1.0"}
])

Whenever the source of :some_lib changes, it will get recompiled automatically.

Usage in Livebook

The motivation for this package is Livebook, though it works just as well in IEx.

Keep in mind that recompiling dependency modules is not going to mark any notebook cells as stale. This means that the given notebook state may no longer be reproducable. This package is meant as a utility when prototyping alongside a Mix project.

mix_install_watcher's People

Contributors

jonatanklosko avatar

Stargazers

Andy Kirkpatrick avatar Thomas Murphy avatar Guillaume Duboc avatar Zach Allaun avatar Basile Nouvellet avatar Jason avatar Benjamin Philip avatar Nate Todd avatar Halian Vilela avatar Andrew Chou avatar kimihito avatar Dr. Christian Geuer-Pollmann avatar John Knott avatar Cocoa avatar Theodor Fiedler avatar Frank Hunleth avatar Gonçalo Mendes Cabrita avatar Fabio S. avatar David avatar luca zulian avatar Hugo Baraúna avatar

Watchers

Sasikumar 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.