Containerized development environment for WSL.
In PowerShell:
.\workbench.ps1 build <username>.\workbench.ps1 install workbench
Now ready for use in PowerShell (or as a dev container, etc):
wsl --distribution workbench ls -al /home/<username>
In PowerShell:
.\workbench.ps1 help
Contents of the workbench home directory can be archived and written to this project's workspace in Windows.
In PowerShell:
.\workbench.ps1 backup workbench- Results in
.tgzfile written to.\dist\backups\workbench.
In PowerShell:
.\workbench.ps1 uninstall workbench- Always performs a backup operation prior to uninstall.