livebud/bud

Improve bud create logging

オープン

#362 opened on 2023/01/20

 (2 件のコメント) (2 件のリアクション) (0 人の担当者)JavaScript (211 件のフォーク)batch import
help wantedimprovement

Repository metrics

Stars
 (5,391 個のスター)
PR merge metrics
 (30d に merged 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?

コントリビューターガイド