Skip to content

kingsleyh/reloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PLEASE NOTE - This project is not being actively maintained at the moment - I am taking a break - not sure when I will return.

reloaded

Dub reload script to recompile project if any of the d or dt files change

This script is aimed at making development with vibe.d easier so that I don't have to keep manually restarting vibe.d after making changes.

Install

  • dub build
  • cp reloaded to/the/root/folder/of/your/dub/project

Usage

  • ./reloaded (run in the root folder of your dub project)

It will find the name of the project from the dub.json and then listen for changes in the filesystem where the files are either ending in d or dt. It will then killall name_of_your_dub_project and then dub build it and then execute name_of_your_dub+project binary file that the build created.

Seems to work pretty well for me on OSX - no idea if it works on any platform or project type.

About

Dub reload script to recompile project if any of the d or dt files change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages