dlang / dub

Package and build management system for D
MIT License
677 stars 227 forks source link

template for new project .config/dub/template/ #2947

Open vitalfadeev opened 4 months ago

vitalfadeev commented 4 months ago

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.