Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PoolDirRel is the name of the generated pool directory (relative to the current project root) PoolDirRel = "pool" // ResDirRel is the name of the resources directory (relative to the current project root) ResDirRel = "res" // TempEmpty is the name of the temporary go file in the pool directory for startup TempEmpty = "temp.go" )
Variables ¶
View Source
var HexyaCmd = &cobra.Command{
Use: "hexya",
Short: "Hexya is an open source modular ERP",
Long: `Hexya is an open source modular ERP written in Go.
It is designed for high demand business data processing while being easily customizable`,
}
HexyaCmd is the base 'hexya' command of the commander
Functions ¶
func SetHexyaFlags ¶
SetHexyaFlags adds the Hexya flags to the given cobra command
func SetServerFlags ¶
SetServerFlags adds the server flags to the given command.
func StartServer ¶
func StartServer()
StartServer starts the Hexya server. It is meant to be called from a project start file which imports all the project's module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.