Commit Graph

39 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
astaxie f7001294a9 fix #312 2016-11-09 20:17:55 +08:00
astaxie 31eaaa14e7 fix: if current path is in GOPATH, create api in current path 2016-08-19 23:31:52 +08:00
Faissal Elamraoui 00e358fc03 Added support for multiple paths GOPATH 2016-08-01 11:42:16 +02: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
astaxie 1f9de3a6e0 change the name from TplNames to TplName 2016-01-07 18:38:43 +08:00
astaxie 3c56a5feaf fix the build 2015-05-14 21:23:11 +08:00
shinriyo 361eb4d235 ERROR message is strange
Web cant't create directory "$GOPATH"
$GOPATH/src is correct
2015-05-14 14:36:46 +09:00
astaxie e23253bc23 fix #99 2015-05-09 18:20:08 +08:00
0x0001 d7f56900c1 new和api命令支持符号链接目录 2015-04-16 11:57:20 +08:00
areski 6b85a2c475 Improve bee command lines
Clean and improve some of the command option descriptions
2014-12-18 17:19:34 +01:00
Guo Yu bba4e286b2 Update default scaffold landing page 2014-12-04 15:14:00 +08:00
astaxie 976602bc01 change this to short name 2014-11-05 22:48:09 +08:00
James Dyson bb324d530a Fixed small typo
Noticed it when using bee.
2014-10-15 15:30:00 +11:00
葛琦 55741df579 return actual value from subcommand 2014-08-15 17:38:51 +08:00
Liu Jie 777bf3e1ad fixed tests code cannot convert ".." to type rune
修正在使用bee生成的测试用例代码时,文件路径没有转换为字符串导致报错的问题
2014-06-24 17:01:31 +08:00
astaxie 7140e9be38 bee:change the Separator 2014-06-05 15:21:00 +08:00
astaxie 244f27afdf update import 2014-04-03 16:46:47 +08:00
astaxie 3141202051 improve the bee 2014-04-03 16:41:44 +08:00
astaxie b103a8a3a2 miss url 2013-12-24 00:11:13 +08:00
astaxie 3492059429 routers 2013-12-24 00:00:52 +08:00
astaxie 2ff8323c11 routes fixed to routers 2013-12-23 23:45:15 +08:00
astaxie df4f44fde1 bee tools add router & test 2013-12-23 23:28:31 +08:00
Unknown 865272a7f7 Update LICENSE 2013-10-30 19:54:53 -04:00
Unknown f724bb0c6b Remove dep of com 2013-10-30 19:39:44 -04:00
Eryx bd14fb5985 多余的 html 标签
多余的 html 标签
2013-10-04 22:29:43 +08:00
Odiel Leon 33ff8482f7 - Moving <style> tag under <head> tag 2013-09-25 23:22:35 -04:00
ssx205 69761e3715 fmt code, and fix bug(bee new has wrong path seprator in windows) 2013-09-12 19:20:48 +08:00
Unknown e606b0045d Working on bee bale 2013-09-03 13:23:58 -04:00
Unknown 6923aeb1ae Use package com colorlog for uniform management 2013-08-24 16:41:46 +08:00
Philip Nelson 61ed8f285b Evaluate symlinks before comparing path. 2013-08-11 21:38:57 -07:00
Philip Nelson f321e15db8 Go docs advise to use strings.HasPrefix. 2013-08-11 17:43:00 -07:00
Unknown ea43654872 Colorful log print 2013-08-09 22:40:46 +08:00
Unknown 9e9f0ce1dd Update tpl file and code for create new Beego application 2013-07-24 19:20:30 +08:00