{"id":19379047,"url":"https://github.com/fivethree-team/vscode-fastlane-snippets","last_synced_at":"2026-05-15T18:02:56.018Z","repository":{"id":38319083,"uuid":"183776900","full_name":"fivethree-team/vscode-fastlane-snippets","owner":"fivethree-team","description":"🧩 Fastlane Snippets for VS Code","archived":false,"fork":false,"pushed_at":"2020-02-11T22:56:40.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T16:29:39.263Z","etag":null,"topics":["fastlane","snippets","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-fastlane-snippets","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fivethree-team.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-27T13:33:46.000Z","updated_at":"2023-07-25T14:25:26.000Z","dependencies_parsed_at":"2022-08-17T17:50:53.460Z","dependency_job_id":null,"html_url":"https://github.com/fivethree-team/vscode-fastlane-snippets","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fivethree-team/vscode-fastlane-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethree-team%2Fvscode-fastlane-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethree-team%2Fvscode-fastlane-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethree-team%2Fvscode-fastlane-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethree-team%2Fvscode-fastlane-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fivethree-team","download_url":"https://codeload.github.com/fivethree-team/vscode-fastlane-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fivethree-team%2Fvscode-fastlane-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278846455,"owners_count":26056111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastlane","snippets","vscode","vscode-extension"],"created_at":"2024-11-10T09:08:21.793Z","updated_at":"2025-10-07T21:04:06.107Z","avatar_url":"https://github.com/fivethree-team.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fastlane Snippets for VS Code\n\n[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/fivethree.vscode-fastlane-snippets.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-fastlane-snippets)\n[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/installs/fivethree.vscode-fastlane-snippets.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-fastlane-snippets)\n\nVisual Studio Code Extension adds fastlane snippets to your favorite IDE.\n\nAll code snippets are based on and follow the fastlane documentation.\n\n## Using Snippets in VS Code\n\nType part of a snippet, press enter, and the snippet unfolds.\n\n### Snippet Prefix\n\n| Prefix | Description       |\n| ------ | ----------------- |\n| `f-`   | Fastlane Snippets |\n\n# Table of Content\n\n- [Snippets Documentation](#snippets-documentation)\n  - [Ruby](#ruby)\n\n## Ruby\n\n| Prefix                          | Description                            |\n| ------------------------------- | -------------------------------------- |\n| f-lane                          | fastlane snippet lane                  |\n| f-lane-private                  | fastlane snippet lane                  |\n| f-appfile                       | fastlane snippet for the appfile       |\n| f-appfile-get-value             | get variable from appfile              |\n| f-lane-before_all               | fastlane snippet lane before all       |\n| f-lane-before_each              | fastlane snippet lane before each      |\n| f-lane-after-all                | fastlane snippet lane after all        |\n| f-lane-after-each               | fastlane snippet lane after each       |\n| f-lane-error                    | fastlane snippet lane error            |\n| f-action-lane-context           | fastlane snippet lane context variable |\n| f-env                           | fastlane snippet env variable          |\n| f-password                      | fastlane snippet enter password        |\n| f-ui-message                    | ui message                             |\n| f-ui-success                    | ui message                             |\n| f-ui-error                      | ui message                             |\n| f-ui-user-error                 | ui message                             |\n| f-ui-important                  | ui message                             |\n| f-ui-header                     | ui message                             |\n| f-ui-input                      | ui input                               |\n| f-ui-input-password             | ui input                               |\n| f-ui-confirm                    | ui input                               |\n| f-ui-select                     | ui input                               |\n| f-ui-crash                      | ui input                               |\n| f-ui-command                    | ui input                               |\n| f-ui-command-output             | ui input                               |\n| f-ui-verbose                    | ui input                               |\n| f-ui-error-shell                | ui input                               |\n| f-ui-error-build                | ui input                               |\n| f-ui-error-test                 | ui input                               |\n| f-ui-error-abort                | ui input                               |\n| f-sh-simple                     |\n| f-sh-complex                    |\n| f-sh-error-callback             |\n| f-action-gym                    |\n| f-gymfile                       |\n| f-action-match                  |\n| f-matchfile                     |\n| f-action-automatic-code-signing |\n| f-action-pilot                  |\n| f-action-supply                 |\n| f-action-deliver                |\n| f-deliverfile                   |\n| f-action-produce                |\n\n**[⬆ back to top](#table-of-content)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivethree-team%2Fvscode-fastlane-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffivethree-team%2Fvscode-fastlane-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffivethree-team%2Fvscode-fastlane-snippets/lists"}