1
0
mirror of https://github.com/beego/bee.git synced 2025-07-01 17:20:17 +00:00

Update tpl file and code for create new Beego application

This commit is contained in:
Unknown
2013-07-24 19:20:30 +08:00
parent 0feb778d4d
commit 9e9f0ce1dd
3 changed files with 244 additions and 166 deletions

View File

@ -1,3 +1,4 @@
// Bee is a tool for developling applications based on beego framework.
package main
import (
@ -56,7 +57,7 @@ func (c *Command) Runnable() bool {
}
var commands = []*Command{
cmdCreate,
cmdNew,
cmdStart,
cmdPack,
cmdApiapp,