You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 805 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
1234567891011121314151617181920212223242526272829303132333435
  1. [中文](README_CN.md)
  2. # Beegoinit-cmd
  3. ```
  4. _____ ____________ _ _ _
  5. | __ \| ___ \ ___ \ (_) (_) |
  6. | | \/| |_/ / |_/ / ___ ___ __ _ ___ _ _ __ _| |_
  7. | | __ | /| ___ \/ _ \/ _ \/ _` |/ _ \ | | '_ \| | __|
  8. | |_\ \| |\ \| |_/ / __/ __/ (_| | (_) | | | | | | | |_
  9. \____/\_| \_\____/ \___|\___|\__, |\___/ |_|_| |_|_|\__|
  10. __/ |
  11. |___/
  12. ```
  13. A flexsible and powerful command line tool to initialize beego framework
  14. ## Installation
  15. 1. 打开 go modules
  16. ```
  17. export GO111MODULE=on
  18. # or
  19. go env -w GO111MODULE=on
  20. ```
  21. 2. 下载
  22. ```
  23. go get golib.gaore.com/GaoreGo/beegoinit-cmd
  24. ```
  25. ## How to run
  26. ```
  27. {$GOPATH}/bin/beegoinit-cmd create
  28. ```
  29. e.g.
  30. ```
  31. ~/go/bin/beegoinit-cmd create
  32. ```