Last active
November 14, 2022 13:29
-
-
Save Mohsens22/64cbccf5710ca50f5ca8ee17afe33846 to your computer and use it in GitHub Desktop.
Geeks VPC update tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also install "Web Compiler" extension on your visual studio