dubbio 0.5.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 | --build | dub build |
-x | --run | dub run |
-u | --test | dub test |
-p | --clean | dub clean |
-T | --tags | dscanner --ctags src |
-T dir | --tags dir | dscanner --ctags dir |
-S | --styleCheck | dscanner -S src |
-S dir | --styleCheck dir | dscanner -S dir |
--ver | Print package version | |
-z | --upx | upx --no-progress name |
Options
Equivalent to | ||
---|---|---|
-v0 | --verbosity=0 | dub -q |
-v1 | --verbosity=1 | dub |
-v2 | --verbosity=2 | dub --verbose |
-v3 | --verbosity=3 | dub --vverbose |
-f | --force | dub --force |
-l | --ldc | dub --compiler=ldc |
-r | --release | dub -brelease |
-c value | --config=value | dub -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.
- Registered by o3o
- 0.5.0 released 7 years ago
- o3o/dubbio
- Boost
- Copyright © 2017, Orfeo Da Via
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
33 downloads total
-
- Score:
- 0.0
- Short URL:
- dubbio.dub.pm