livebud/bud

Improve bud create logging

Open

#362 opened on Jan 20, 2023

View on GitHub
 (2 comments) (2 reactions) (0 assignees)JavaScript (211 forks)batch import
help wantedimprovement

Repository metrics

Stars
 (5,391 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide