How to Use
- Fill out the form on the left to configure your CI/CD pipeline settings
- Watch the diagram update in real-time as you make changes
- See the YAML configuration generate live on the right
- Click "Copy Configuration" to copy the YAML to your clipboard
- Paste into a
.pipecraftrc file in your project root - Run
pipecraft generate to create your workflows
Loading configuration builder...
Next Steps
After copying your configuration:
- Save the configuration to
.pipecraftrc in your project root - Validate your configuration:
pipecraft validate - Generate GitHub Actions workflows:
pipecraft generate - Set up your branch structure:
pipecraft setup - Configure GitHub permissions:
pipecraft setup-github
Learn More
Explore the documentation: