Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Generate docket files for your repo automatically #27

Open
levinem opened this issue Dec 8, 2021 · 0 comments
Open

Comments

@levinem
Copy link

levinem commented Dec 8, 2021

Is your feature request related to a problem? Please describe.
Writing a set of docket files is currently a manual process. It would be great if, when running go test, it could trigger docket to find the set of dependencies using the go.mod file, see if those dependencies have existing docket files, and generate docket files for the current repo automatically based on the existing docket files.

Describe the solution you'd like
I think there should be a dkt command like dkt generate that generates docket files for you based on the repo dependency tree. This command could be called automatically by running go get.

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant