1001Ferramentas
⚙️Dev

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