livebud/bud

Improve bud create logging

開放

#362 建立於 2023年1月20日

 (2 則留言) (2 個反應) (0 位負責人)JavaScript (211 個分叉)batch import
help wantedimprovement

倉庫指標

星標
 (5,391 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

$ bud create testbud
| Created: go.mod
| Created: package.json
| Created: .gitignore
| Created: public/favicon.ico
| Installed: go modules
| Installed: node modules
| Generated: bud
| Ready: testbud
  1. I think we should say Created: testbud/go.mod, etc. because it was unclear where those files were being written.
  2. We should be more explicit about next steps, maybe cd testbud && bud run?

Any sources of inspiration we could draw on here from other libraries and ecosystems?

貢獻者指南