1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 05:53:28 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Faissal Elamraoui
73aa44e1a7 Added a few tweaks to the folder structure in the long description 2016-12-03 16:06:46 +01:00
Faissal Elamraoui
e927a9193d Enhances the commands short and long description
This enhances the output of bee help/usage by using colored and bold text to
highlight examples.
2016-12-03 11:54:41 +01:00
Faissal Elamraoui
03f2057eb0 Added PreRun phase to Command struct
Now each command has a PreRun function that will execute before calling
the Run() function. This allows to show the banner and do some pre-check
work. Also moved parsePackagesFromDir() to the main function to avoid
getting called each time 'bee' is invoked.
2016-11-20 22:28:52 +01:00
Faissal Elamraoui
cf7aef47f0 Implementing the new logging infrastructure
Moved logging to the new logging infrastructure by removing the use of
ColorLog() function. Added more documentation. Also fixed some typos in
comments and function names.
2016-11-13 15:14:48 +01:00
Laoliu
0ccc6306b7 Update hprose 2.0 2016-11-01 18:59:32 +08:00
Faissal Elamraoui
338dfc65ed New tweaks
Added enhanced logging while using bee to scaffold code
Fixed some typos and errors
Added more error handling
Added more docs
2016-07-31 23:30:35 +02:00
Faissal Elamraoui
b8250ebb72 New Bee banner
Added a new Bee banner using ASCII art. When bee is invoked,
the banner is displayed with the version number (short banner).
A More verbose Banner is added to 'bee version' which shows
more information about the host and Go runtime.
2016-06-01 14:30:29 +02:00
Faissal Elamraoui
01e7ff3774 This fixes #201 2016-05-26 18:17:24 +02:00
Liujian
2e7cd9b414 1. remove unused typeMappingMysqlOfRpc type.
2. update README.md
2014-10-23 13:09:22 +08:00
Liujian
7dfe63055e 更新Help提示文本 2014-10-16 21:41:25 +08:00
Liujian
adf84eb060 修改bee hprose 参数,只发布hprose服务,不包含RESTful Api。 2014-10-16 21:10:22 +08:00
Liujian
f75d8997ef 自动生成基于数据库的Hprose发布服务。 2014-10-14 21:30:32 +08:00