1
0
mirror of https://github.com/beego/bee.git synced 2025-06-26 14:00:19 +00:00

add scripts option(custom commands)

example to use:
1. Go test with custom params or other test framework like ginkgo
2. Fronted tools like grunt
3. Other custom  commands
This commit is contained in:
Sergey Lanzman
2017-03-11 12:16:36 +02:00
parent 3d5b13d84e
commit d1330dfc0b
3 changed files with 48 additions and 2 deletions

View File

@ -29,6 +29,7 @@ import (
_ "github.com/beego/bee/cmd/commands/new"
_ "github.com/beego/bee/cmd/commands/pack"
_ "github.com/beego/bee/cmd/commands/run"
_ "github.com/beego/bee/cmd/commands/scripts"
_ "github.com/beego/bee/cmd/commands/version"
"github.com/beego/bee/utils"
)