What problem does it solve?
This Skill simplifies the understanding and creation of EAS workflow YAML files for Expo projects, addressing the complexities of CI/CD and deployment automation.
Core Features & Use Cases
- EAS Workflow Creation: Guides in writing and editing EAS CI/CD workflow YAML files.
- Reference Documentation: Fetches essential resources for schema validation and syntax.
- Workflow File Location: Specifies the location of workflows within Expo projects.
- Top-Level Structure: Explains the structure of workflow files, including keys like
name, on, jobs, and defaults.
- Expressions: Describes the syntax for dynamic values in workflows.
- Generating Workflows: Steps for generating workflows, including fetching the schema and validating required fields.
- Validation: Validates workflow files against the official schema for accuracy.
- Answering Questions: Provides information on job types, triggers, runner types, and expressions.
Quick Start
Fetch the required resources and use the fetch script to get started. Then, generate or edit your EAS workflow file.