josharian/impl
impl generates method stubs for implementing an interface. observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 56
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4429
- days_rel: n/a
- days_push: 267
- n_releases_24m: 0
Adoption not part of the score
1108 stars · 94 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
impl is a Go command-line tool that generates method stubs for implementing an interface, given a receiver and an interface name or package path. It integrates with editors like Vim via plugins such as vim-go.
Use cases
- generate method stubs for a Go interface
- scaffold interface implementations in Go
- quickly implement io.ReadWriteCloser methods
- generate stubs from a fully qualified interface path
- speed up writing Go interface implementations in Vim
When to choose
- you write Go and frequently implement interfaces
- you want fast, editor-integrated stub generation
- you prefer a small single-purpose CLI
When to avoid
- you need full IDE refactoring features
- you work in languages other than Go
Facets
cli-tool · maturity stable
developer-tools cli developer-tools programming-languages cli cross-platform go go code-generation interface-stubs editor-integration vim command-line
1 source
- readme: https://github.com/josharian/impl · fetched 2026-08-28 · 7d8b6d19c54b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| josharian/impl | main | 57 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem