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

hof/gen: document best practices for generating dependency management files like go.mod or package.json #228

Open
verdverm opened this issue May 24, 2023 · 0 comments

Comments

@verdverm
Copy link
Member

Right now, this is probably

  1. run go mod tidy or similar to produce the file locally (in an example)
  2. copy the file to the statics directory
    This avoids the pain of generating it

Though there may be some benefit to capturing the important versions in a CUE file?

Really this is up to the author

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