Skip to content

Instantly share code, notes, and snippets.

@Mohsens22
Last active November 14, 2022 13:29
Show Gist options
  • Select an option

  • Save Mohsens22/64cbccf5710ca50f5ca8ee17afe33846 to your computer and use it in GitHub Desktop.

Select an option

Save Mohsens22/64cbccf5710ca50f5ca8ee17afe33846 to your computer and use it in GitHub Desktop.
Geeks VPC update tools
dotnet tool install zebble-schema --global
dotnet tool install zebble-image --global
dotnet tool install zebble-format-zbl --global
dotnet tool install zebble-css --global
dotnet tool install zebble-compile-zbl --global
dotnet tool install zebble-build --global
dotnet tool install update-local-nuget-cache --global
dotnet tool install replace-in-file --global
dotnet tool install msharp-build --global
dotnet tool install generate-eventbus-command-proxy --global
dotnet tool install generate-data-endpoint-proxy --global
dotnet tool install generate-api-proxy --global
dotnet tool uninstall zebble-schema --global
dotnet tool uninstall zebble-image --global
dotnet tool uninstall zebble-format-zbl --global
dotnet tool uninstall zebble-css --global
dotnet tool uninstall zebble-compile-zbl --global
dotnet tool uninstall zebble-build --global
dotnet tool uninstall update-local-nuget-cache --global
dotnet tool uninstall replace-in-file --global
dotnet tool uninstall msharp-build --global
dotnet tool uninstall generate-eventbus-command-proxy --global
dotnet tool uninstall generate-data-endpoint-proxy --global
dotnet tool uninstall generate-api-proxy --global
dotnet tool update zebble-schema --global
dotnet tool update zebble-image --global
dotnet tool update zebble-format-zbl --global
dotnet tool update zebble-css --global
dotnet tool update zebble-compile-zbl --global
dotnet tool update zebble-build --global
dotnet tool update update-local-nuget-cache --global
dotnet tool update replace-in-file --global
dotnet tool update msharp-build --global
dotnet tool update generate-eventbus-command-proxy --global
dotnet tool update generate-data-endpoint-proxy --global
dotnet tool update generate-api-proxy --global
@Mohsens22
Copy link
Author

Mohsens22 commented Nov 2, 2022

Also install "Web Compiler" extension on your visual studio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment