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
Author
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
First you will need visual studio with following components installed:
From indvidual components tab make sure Windows SDK 10.0.22000 and 10.0.18362 are installed
After installation of VS you'll need Android 9 and 10 SDKs. Make sure they are also installed
Make sure you also have the latest version of VS Code.
Then install sourcetree (and github desktop)
And then open a command line and paste this code:
git config --global pull.rebase true