bee tool introduction
bee is a tool to assist in the rapid development of beego projects. Through bee, you can easily create beego projects. , hot compilation, development, testing, and deployment.
Installation of bee tool
You can install bee tool in the following ways:
After installation , the bee executable file is stored in $GOPATH/bin by default, so you need to add $GOPATH/bin to your environment variable before proceeding to the next step.
If you have GOBIN set up on your local machine, then the above command will be installed under GOBIN. Please add GOBIN to your environment variable
Introduction to bee tool commands
When we enter bee on the command line, we can see the following information:
For example:
new command
The new command is to create a new Web project. We can create a new project by executing bee new
## Recommended related articles and tutorials:
The above is the detailed content of What does bee in golang mean?. For more information, please follow other related articles on the PHP Chinese website!