rdub 2.0.0

RDUB is a front end for DUB, a D language build tool.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Dub version Dub downloads

rdub

RDUB is a front end for DUB, a D language build tool. It's designed to build a single source file specified on the command line, without having to edit the dub files: dub.json, dub.sdl, src/app.d, source/app.d

This tool is great for running examples and building/testing small projects! It's used in my other projects, dlang-beginners and dwtlib.

$ rdmd rdub -h

rdub is a front end for DUB, a D language build tool

rdub [-h] [path/foo.d ... path/fooN.d] | [path/*.d] [dub args]

-h --help This help information

rdub = run dub with defaults ./src/app.d or ./source/app.d

rdub path/foo.d = run dub as follows:

  1. If first run, copy src to srcbak, and source to sourcebak
  2. Delete src/ and source/ to avoid more than one main() file
  3. Copy path/foo.d to ./src/foo.d
  4. Run dub to build and run ./src/foo.d
  5. Pass all [dub args] to dub, except: -h

Requires: dub.json or dub.sdl must have

name "yourexename" and targetType "executable"

Example

$ cd examples

$ example_console.bat
$ example_multi.bat
$ example_wildcard.bat
$ example_gui //requires [dwtlib](https://github.com/jasc2v8/dwtlib)
Dependencies:
none
Versions:
3.0.1 2017-Jun-19
3.0.0 2017-Jun-02
2.0.0 2017-May-16
1.1.1 2017-May-04
1.1.0 2017-Apr-28
Show all 8 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 65 downloads total

Score:
0.0
Short URL:
rdub.dub.pm