dubbio 0.4.0

Dub wrapper


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:

Dubbio

Dubbio is a wrapper to various command line tools for D language.

General usage

dubbio [--version] [<command>] [<options...>] [-- [<application arguments...>]]

Commands

Equivalent to
dub build
-B--builddub build
-x--rundub run
-u--testdub test
-p--cleandub clean
-T--tagsdscanner --ctags src
-T dir--tags dirdscanner --ctags dir
-S--styleCheckdscanner -S src
-S dir--styleCheck dirdscanner -S dir
--verPrint package version

Options

Equivalent to
-v0--verbosity=0dub -q
-v1--verbosity=1dub
-v2--verbosity=2dub --verbose
-v3--verbosity=3dub --vverbose
-f--forcedub --force
-l--ldcdub --compiler=ldc
-r--releasedub -brelease
-c value--config=valuedub -cvalue

Installation

First install:

then clone:

$ git clone [email protected]:o3o/dubbio.git

finally compile and install:

$ cd dubbio
$ ./install.sh

Configure vim

In order to set dubbio to run on the current file when :make is invoked, add:

autocmd Filetype d setlocal makeprg=dubbio

in your .vimrc file.

Authors:
  • Orfeo Da Via
Dependencies:
none
Versions:
0.9.5 2019-Aug-22
0.9.3 2019-May-16
0.9.2 2019-Apr-09
0.9.1 2019-Mar-01
0.9.0 2018-Oct-26
Show all 13 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 33 downloads total

Score:
0.0
Short URL:
dubbio.dub.pm