Coder Social home page Coder Social logo

livedev's Introduction

Livedev

Automatically recompile a mix project on file changes when running in interactive mode with IEx.

Pre requisites

Livedev uses Watchman as a backbone for file watching service. A running Watchman deamon is required in order to use Livedev.

Watchman install on MacOS via Homebrew

brew update
brew install watchman

Watchman binary downloads for Linux, Windows and MacOS without homebrew

  1. Go to recent CI builds
  2. Click on the last CI build
  3. Choose your platform on the left sidebar
  4. Download the binary on "Artifacts" dropdown on the top right

Please refer to instalation for detailed instructions.

Installation

The package can be installed by adding livedev to your list of dependencies in mix.exs:

def deps do
  [
    {:livedev, github: "trestini/livedev", only: :dev}
  ]
end

Note: The updated hex package will only be provided after initial alpha stage (version 0.1.0+)

Usage

Start the Mix project in IEx with:

iex -S mix

Start Livedev watching with:

Livedev.start

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.