livebud/bud

Improve bud create logging

Aperta

#362 aperta il 20 gen 2023

 (2 commenti) (2 reazioni) (0 assegnatari)JavaScript (211 fork)batch import
help wantedimprovement

Metriche repository

Star
 (5391 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

$ 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?

Guida contributor