1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 04:03:27 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
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
Faissal Elamraoui
287af20d1a fix: This fixes #247
Moved isBeegoProject(app) method from pack.go to util.go. Rewrite it
to walk the application folder tree looking for main files.
2016-09-26 20:25:15 +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
Sergey Lanzman
bc963e0070 go lint 2016-07-23 02:05:01 +03: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
tianqi
7ac766053e add user : as separator for exp's and exs's flag tip 2016-01-13 13:14:51 +08:00
tianqi
d9e7af689f change replace windows seperator to filepath.Slash 2016-01-06 22:09:12 +08:00
tianqi
2b4a3d19d2 fix: https://github.com/beego/bee/issues/154 2016-01-06 21:44:12 +08:00
Yanyi Wu
69c2bb9058 Fix bug about issue #143 2015-11-27 11:42:14 +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
Bill Davis
d83ddc6b52 Fix issue with pack option on ubuntu 2014-10-28 15:30:53 -04:00
葛琦
55741df579 return actual value from subcommand 2014-08-15 17:38:51 +08:00
slene
6695161de2 bee pack support zip Symlink 2014-04-12 13:13:16 +08:00
slene
89ed4f92e7 bee pack add two args -exr (support exclude filename use regexp) -be (can add custom build env variables) #352 #1 2013-12-31 19:28:36 +08:00
slene
d4cd5a0671 Merge branch 'master' of github.com:beego/bee 2013-12-23 16:45:47 +08:00
slene
743c86099d update bee pack add custom build args 2013-12-23 16:45:20 +08:00
yaofangou
c397d9720b set exp default . 2013-12-15 22:20:07 +08:00
Unknown
e606b0045d Working on bee bale 2013-09-03 13:23:58 -04:00
slene
14510fc9b6 fix file repeat compress 2013-06-28 18:05:00 +08:00
slene
b9c7661c98 fix bee pack build path 2013-06-28 15:17:12 +08:00
slene
1224787b47 add beego project recognition 2013-06-27 15:29:27 +08:00
slene
bbf565e9d8 add pack feature, not can pack project into compressed file 2013-06-27 10:15:54 +08:00