`gonext generate` — refresh or check the Wire DI output
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- Avg merge
- 3h 18m
- Merged PRs (30d)
- 26
Description
Bare `gonext generate` regenerates `wire_gen.go` from the DI providers; a check mode (e.g. `--check`) verifies it is not stale, the same check CI and the pre-commit hook already enforce. Thin wrapper around the existing `make generate` / `make generate-check` targets — the CLI adds nothing here beyond a single entry point, so it must not duplicate that logic.
Split out of #15.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the existing make generate and make generate-check targets, then inspect how the CLI commands are registered. Use wire_gen.go and the existing CI and pre-commit checks to confirm the expected generation and stale-output behavior. Done means bare gonext generate refreshes the output and a check mode verifies it without duplicating the make-target logic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100