Open vitalfadeev opened 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.
main.d
Hi.
Create, please, program for take template from "~/.config/dub/template/" and put into new project.
Example:
on dub init:
cp .config/dub/template/* .
then update dub.json from answers.
Because, I reuse custom
main.d
.