github-actions-workflow-builder

Build workflows for GitHub actions using TypeScript

Usage no npm install needed!

<script type="module">
  import githubActionsWorkflowBuilder from 'https://cdn.skypack.dev/github-actions-workflow-builder';
</script>

README

github-actions-workflow-builder

Build workflows for GitHub Actions using TypeScript.

Build Status Rolling Versions NPM version

Installation

yarn add github-actions-workflow-builder

Usage

Put workflows in TypeScript files. See .github/workflows-src for some inspiration. Then run:

github-actions-workflow-builder --clean --directory .github/workflows-src