Skip to content

wolfiex/Reload.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reload

Build Status

Coverage Status

codecov.io

A simple package that reruns the selected script upon modification.

Install

    Pkg.add("Reload")

Usage

        using Reload
             
        start("./path/to/filename.jl")