-
Notifications
You must be signed in to change notification settings - Fork 512
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
Lack of end-to-end examples #2605
Comments
Also move https://just.systems/man/en/python-recipes-with-uv.html under examples |
There's an We could do things like include a I wouldn't be super opposed to this, but on the other hand, for languages I'm less familiar with, this might turn into a review burden and get out-of-date. |
Maybe we need to find a few good examples on Github. The documentation link to https://github.com/search?q=path%3A**%2Fjustfile&type=code returns a lot of repetitive stuff. |
I think that's a great idea. Linking to |
Just examples on GitHub are scattered.
Ask
Consider adding end-to-end examples for common scenarios, e.g. in https://just.systems/man/en/examples.html
See for example:
https://github.com/john-cd/rust_howto
https://github.com/john-cd/rust_howto/tree/main/scripts
https://github.com/john-cd/rust_howto/tree/main/scripts/code
Link to https://github.com/casey/rust-cli-boilerplate/blob/master/justfile ?
...
The text was updated successfully, but these errors were encountered: