dubx ~main
Thin meta-CLI: redub for builds, dub-publish for registry owner ops
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:
= dubx
Thin meta-CLI for D package workflows. It does not reimplement the backends — it routes to them:
- Build / resolve → https://code.dlang.org/packages/redub[
redub] (falls back todubifredubis missing) - Registry owner ops → https://github.com/dlang-supplemental/dub-publish[
dub-publish] (register, login, hooks, logo, …)
Official dub has no publish command; redub is a separate build system. dubx is the small glue so you do not have to remember which binary owns which verb.
== Install
[source,console]
git clone https://github.com/dlang-supplemental/dubx.git cd dubx dub build --build=release
Put dubx on your PATH, plus the backends you use:
[source,console]
build backend (recommended)
dub fetch redub
put the redub binary on PATH, or: dub run redub -- build
registry backend
git clone https://github.com/dlang-supplemental/dub-publish.git cd dub-publish && dub build --build=release
Check discovery:
[source,console]
dubx which
== Usage
[source,console]
dubx build dubx test dubx run -- --help
dubx login --user you --save-credentials dubx publish --ignore-fork dubx hooks -n mypkg dubx update -n mypkg
Passthrough escapes:
[source,console]
dubx redub build --compiler=ldc2 dubx dub build dubx dub-publish status -n mypkg
== Design
- No forking of
redubordub— stay out of build-system compatibility debt. - Registry features stay in
dub-publish. dubxonly maps verbs → executables onPATH(and siblings next to thedubxbinary).
== Changelog
See link:CHANGELOG.adoc[CHANGELOG].
== License
Boost Software License 1.0.
- ~main released a day ago
- dlang-supplemental/dubx
- BSL-1.0
- Copyright © 2026, amdphreak
- Authors:
- Dependencies:
- none
- Versions:
-
Show all 3 versions0.1.1 2026-Jul-31 0.1.0 2026-Jul-31 ~main 2026-Jul-31 - Download Stats:
-
-
0 downloads today
-
1 downloads this week
-
1 downloads this month
-
1 downloads total
-
- Score:
- 0.0
- Short URL:
- dubx.dub.pm