Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensible dub #252

Closed
simendsjo opened this issue Feb 18, 2014 · 2 comments
Closed

Extensible dub #252

simendsjo opened this issue Feb 18, 2014 · 2 comments

Comments

@simendsjo
Copy link

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.

@ghost
Copy link

ghost commented Mar 5, 2014

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)

@WebFreak001
Copy link
Member

moved into #2210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants