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

Update contributor environment #263

Closed

Conversation

blakeNaccarato
Copy link
Member

Rename and update scripts and references to improve the contributor environment.

  • Rename Invoke-Just.ps1 to ij.ps1 and Invoke-Uv.ps1 to iuv.ps1.
  • Add Initialize-Shell function in dev.ps1 and migrate Invoke-Uv:Begin block to it.
  • Update .vscode/tasks.json to replace references to Invoke-Just and Invoke-Uv with ij and iuv.
  • Introduce just run recipe in justfile and make it depend on Initialize-Shell.
  • Update justfile to dot-source ./dev and make it functional on various flags.

Rename and update scripts and references to improve the contributor environment.

* Rename `Invoke-Just.ps1` to `ij.ps1` and `Invoke-Uv.ps1` to `iuv.ps1`.
* Add `Initialize-Shell` function in `dev.ps1` and migrate `Invoke-Uv:Begin` block to it.
* Update `.vscode/tasks.json` to replace references to `Invoke-Just` and `Invoke-Uv` with `ij` and `iuv`.
* Introduce `just run` recipe in `justfile` and make it depend on `Initialize-Shell`.
* Update `justfile` to dot-source `./dev` and make it functional on various flags.
@blakeNaccarato blakeNaccarato deleted the blakeNaccarato/update-contributor-environment branch February 1, 2025 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant