dub icon indicating copy to clipboard operation
dub copied to clipboard

template for new project .config/dub/template/

Open vitalfadeev opened this issue 7 months ago • 0 comments

Hi.

Create, please, program for take template from "~/.config/dub/template/" and put into new project.

Example:

.config/
  dub/
    template/
      source
        main.d
      dub.json

on dub init:

cp .config/dub/template/* .

then update dub.json from answers.

Because, I reuse custom main.d.

vitalfadeev avatar Jul 06 '24 02:07 vitalfadeev