beego / bee

Bee is a tool for helping develop with beego app framework.
Apache License 2.0
1.45k stars 922 forks source link

Template url customization #760

Closed wangle201210 closed 3 years ago

wangle201210 commented 3 years ago

add gitRemotePath to beegopro.toml to custom template like this

gitRemotePath = "https://github.com/wangle201210/beego-pro.git"
wangle201210 commented 3 years ago

you can custom the template by bee pro gen -url=https://github.com/wangle201210/beego-pro.git the 'https://' and '.git' is necessary