Re: Quick Start for Hunt Framework!

2020-06-08 Thread Heromyth via Digitalmars-d-announce
On Monday, 8 June 2020 at 17:45:33 UTC, Andre Pany wrote: On Monday, 8 June 2020 at 17:43:03 UTC, Andre Pany wrote: [...] Correction: Command is: `dub init -n SimpleDemo -t custom-dub-init -- --foo=bar` I have filed an issue to talk about this. See

Re: Quick Start for Hunt Framework!

2020-06-08 Thread Andre Pany via Digitalmars-d-announce
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

Re: Quick Start for Hunt Framework!

2020-06-08 Thread Andre Pany via Digitalmars-d-announce
On Monday, 8 June 2020 at 11:09:01 UTC, Heromyth wrote: On Wednesday, 3 June 2020 at 08:11:55 UTC, Andre Pany wrote: On Wednesday, 3 June 2020 at 05:11:47 UTC, zoujiaqing wrote: Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start By having a dub sub package `init-exec

Re: Quick Start for Hunt Framework!

2020-06-08 Thread Andre Pany via Digitalmars-d-announce
On Monday, 8 June 2020 at 11:09:01 UTC, Heromyth wrote: On Wednesday, 3 June 2020 at 08:11:55 UTC, Andre Pany wrote: On Wednesday, 3 June 2020 at 05:11:47 UTC, zoujiaqing wrote: Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start By having a dub sub package `init-exec

Re: Quick Start for Hunt Framework!

2020-06-08 Thread Heromyth via Digitalmars-d-announce
On Wednesday, 3 June 2020 at 08:11:55 UTC, Andre Pany wrote: On Wednesday, 3 June 2020 at 05:11:47 UTC, zoujiaqing wrote: Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start By having a dub sub package `init-exec` in huntlabs dub package, a dub user can just execute `dub

Re: Quick Start for Hunt Framework!

2020-06-03 Thread WebFreak001 via Digitalmars-d-announce
-framework/wiki/Quick-Start Thanks for this. We still need a more detail documentation and better tutorial. For example how do I build my desire ui? Can you guys not discuss with webfreak to add hunt project to code-d, so that anyone can just create a hunt project by a single click? hi, I

Re: Quick Start for Hunt Framework!

2020-06-03 Thread Andre Pany via Digitalmars-d-announce
On Wednesday, 3 June 2020 at 11:05:24 UTC, WebFreak001 wrote: On Wednesday, 3 June 2020 at 07:44:24 UTC, Greatsam4sure wrote: On Wednesday, 3 June 2020 at 05:11:47 UTC, zoujiaqing wrote: Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start Thanks for this. We still need

Re: Quick Start for Hunt Framework!

2020-06-03 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 3 June 2020 at 07:44:24 UTC, Greatsam4sure wrote: On Wednesday, 3 June 2020 at 05:11:47 UTC, zoujiaqing wrote: Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start Thanks for this. We still need a more detail documentation and better tutorial. For example

Re: Quick Start for Hunt Framework!

2020-06-03 Thread Andre Pany via Digitalmars-d-announce
On Wednesday, 3 June 2020 at 05:11:47 UTC, zoujiaqing wrote: Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start By having a dub sub package `init-exec` in huntlabs dub package, a dub user can just execute `dub init -n mypackage -t hunt-framework` to create a skeleton

Re: Quick Start for Hunt Framework!

2020-06-03 Thread Greatsam4sure via Digitalmars-d-announce
On Wednesday, 3 June 2020 at 05:11:47 UTC, zoujiaqing wrote: Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start Thanks for this. We still need a more detail documentation and better tutorial. For example how do I build my desire ui? Can you guys not discuss

Quick Start for Hunt Framework!

2020-06-02 Thread zoujiaqing via Digitalmars-d-announce
Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start