You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a thought and might not be a good idea.
Dub has quite some special knowledge, like vibe.d, mono-d, visual-d and rdmd.
This makes it a very handy tool, but it also requires every tool to be added in dub directly.
My thought is to forward these to special binaries; dub-build-* and dub-init-*. This way you can easily extend dub for custom libraries/projects without touching dub itself. dub-init-monod would thus create a mono-d project etc.
The text was updated successfully, but these errors were encountered:
Would definitely be a very nice feature to add. I'd say the init wouldn't even require a binary, a simple JSON would be able to say what to do. (It's just a default set of files with a default template and some default settings anyways)
This is just a thought and might not be a good idea.
Dub has quite some special knowledge, like
vibe.d
,mono-d
,visual-d
andrdmd
.This makes it a very handy tool, but it also requires every tool to be added in dub directly.
My thought is to forward these to special binaries;
dub-build-*
anddub-init-*
. This way you can easily extend dub for custom libraries/projects without touching dub itself.dub-init-monod
would thus create amono-d
project etc.The text was updated successfully, but these errors were encountered: