Last active
September 6, 2023 03:52
-
-
Save njames/bed61f805443535acdf97ebb78189160 to your computer and use it in GitHub Desktop.
Requirements for BTP Local
This file contains 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
#!/usr/bin/bash | |
echo -e "\nNode version --------"; | |
node -v ; | |
echo -e "\nGit version ---------"; | |
git --version; | |
echo -e "\nui5 cli version -----"; | |
ui5 --version; | |
echo -e "\ncf cli version ------"; | |
cf --version; | |
echo -e "\nCAP version ---------"; | |
cds --version; | |
echo -e "\nVS Code version -----"; | |
code --version; | |
echo -e "\nYeoman version ------"; | |
yo --version; | |
# installation instructions here | |
# https://developers.sap.com/tutorials/btp-app-prepare-dev-environment-cap.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment