GitHub Actions Generator
Generate YAML workflows for GitHub Actions: Node CI, static deploy, semver release, lint+test. Customize triggers and steps. Everything in your browser.
Generate GitHub Actions workflows
Setting up CI/CD on GitHub Actions means writing YAML, and the indentation and structure of those files trip you up easily. This generator delivers ready-made workflows for the most everyday scenarios, so you don't have to memorise the syntax.
It covers CI for Node projects, static-site deploy, creating a release with semantic versioning, and the lint-plus-test combo. Adjust the triggers (push, pull request, tag) and the steps, and valid YAML comes out ready to paste into the repository's .github/workflows folder.
Everything is generated inside the browser. A nimble way to add automation to your project without starting from a blank sheet or hunting for examples online.
Related Tools
YAML Validator
Validate YAML data to check for syntax and indentation errors.
Kubernetes Ingress Generator
Generates a Kubernetes Ingress with host, service and port, using the nginx ingressClassName and a root path. The TLS block is yours to add.
Docker Run → Compose
Convert a docker run command to the equivalent docker-compose.yml automatically. Maps ports, volumes, environment variables, networks and restart policies.