xacos make:git-action

Generate GitHub Actions workflows for automated testing, building, and deployment.

Usage

xacos make:git-action

Generated Workflows

  • CI Workflow - Run tests on pull requests
  • Build Workflow - Build and validate on push
  • Deploy Workflow - Deploy to production

What Gets Created

  • .github/workflows/ci.yml - Continuous integration
  • .github/workflows/deploy.yml - Deployment automation

Features

  • Automated testing
  • TypeScript type checking
  • Code linting
  • Docker image building
  • Deployment to cloud providers