Last active
April 20, 2025 05:44
-
-
Save simesy/342b6cbd3d20cd2764e17ad162d3c3cb to your computer and use it in GitHub Desktop.
GovCMS dev tooling check
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
| # You can copy/paste this command into your terminal. | |
| echo "Check your GovCMS developer tools:" \ | |
| && git --version \ | |
| && docker --version \ | |
| && docker-compose --version \ | |
| && pygmy --version \ | |
| && echo "Ahoy "$(ahoy --version) | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!