Newer
Older
dub_jkp / changelog / custom-dub-init-type.dd
@andre2007 andre2007 on 10 Mar 2019 437 bytes Support of init-exec sub package
  1. Support of custom dub init type
  2.  
  3. Command dub init now supports custom dub packages for argument `-t`.
  4. $(CONSOLE
  5. > dub init -n myPackage --format sdl -t custom-dub-init-dubpackage -- --foo=bar
  6. )
  7.  
  8. Dub init will be invoked like before. The package `custom-dub-init-dubpackage`
  9. contains a sub package `init-exec` which will be invoked afterwards to create a custom
  10. package skeleton. Additional arguments could be passed e.g. `-- --foo=bar`.