Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 830 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 830 Bytes

voile

SHOO's scrap library for D language.

master codecov

Instlation and Build

Voile is a github project, hosted at https://github.com/shoo/voile To get and build it:

git clone https://github.com/shoo/voile.git
cd voile
dub build

Add to dub

git clone https://github.com/shoo/voile.git
dub add-path voile

Or, add dependencies with path on dub.json/dub.sdl

{
  "dependencies": {
    "voile": {"path": "../voile", "version": "*" }
  }
}

License

public domain