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?

贡献者指南