Quick Start for Hunt Framework!

Andre Pany andre at s-e-a-p.de
Mon Jun 8 17:45:33 UTC 2020


On Monday, 8 June 2020 at 17:43:03 UTC, Andre Pany wrote:
> On Monday, 8 June 2020 at 11:09:01 UTC, Heromyth wrote:
>> [...]
>
> The dub package registry of type `file` works differently. You 
> specify here a folder containing dub packages as zip file.
>
> In your example you can instead use dub add-local command to 
> register local folder `custom-dub-init`. See 
> https://dub.pm/commandline.html#add-local
>
> Then your command is just `dub init -n SimpleDemo -t 
> custom-dub-init-dubpackage -- --foo=bar`
>
> Kind regards
> Andre

Correction:

Command is:

`dub init -n SimpleDemo -t custom-dub-init -- --foo=bar`


More information about the Digitalmars-d-announce mailing list