feat: create scaffold project

This commit is contained in:
debugtalk
2022-01-08 22:09:08 +08:00
parent 288346bfd8
commit 1c8df8ecfd
7 changed files with 172 additions and 65 deletions

View File

@@ -1,17 +0,0 @@
package builtin
import (
"fmt"
"github.com/httprunner/hrp/internal/ga"
)
func CreateScaffold(projectName string) error {
// report event
ga.SendEvent(ga.EventTracking{
Category: "Scaffold",
Action: "hrp startproject",
})
return fmt.Errorf("not implemented")
}