What problem does it solve?
Setting up and maintaining a professional Directus development environment is complex, involving multiple tools (TypeScript, Docker, CI/CD, testing). This leads to inconsistent setups, slow development cycles, and deployment headaches. This Skill streamlines the entire process, ensuring consistency and efficiency.
Core Features & Use Cases
- Comprehensive Setup: Master project scaffolding, TypeScript configuration, Docker containerization, and multi-environment management.
- Automated Testing: Implement robust unit, integration, and end-to-end (E2E) testing strategies using Vitest and Playwright.
- CI/CD Pipelines: Set up automated continuous integration and deployment workflows with GitHub Actions for seamless delivery.
- Use Case: Quickly set up a new Directus project with a production-ready Docker environment, automated tests, and a CI/CD pipeline, ensuring consistent quality and rapid deployment from day one.
Quick Start
Help me set up a new Directus project. I need a Docker-compose file for development, a production Dockerfile, and a basic TypeScript configuration. Also, include a template for a GitHub Actions CI/CD pipeline for linting, testing, and deployment.