Created
July 22, 2023 19:37
-
-
Save dmnkgrc/6029ab7b1a95b541812db28c6fff8308 to your computer and use it in GitHub Desktop.
Web App setup
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
| name: "Web app setup" | |
| description: "Setup requiredto run web apps" | |
| steps: | |
| - description: "Install Node and Yarn" | |
| run: | |
| - brew: fnm yarn | |
| - description: Install development tools | |
| run: | |
| - brew: git gh | |
| - description: "Install 1Password CLI" | |
| run: | |
| - brew: --cask 1password/tap/1password-cli | |
| - note: | |
| "You should read the following links that will help you get the most out of the 1Password CLI.\n | |
| - https://developer.1password.com/docs/cli/shell-plugins/github\n | |
| - https://developer.1password.com/docs/cli/shell-plugins/heroku\n | |
| - https://developer.1password.com/docs/cli/shell-plugins/sentry\n | |
| - https://developer.1password.com/docs/vscode\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment