Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forbeslindesay/github-actions-workflow-builder
Build workflows for GitHub Actions using TypeScript
https://github.com/forbeslindesay/github-actions-workflow-builder
actions github typescript workflows yaml
Last synced: 2 months ago
JSON representation
Build workflows for GitHub Actions using TypeScript
- Host: GitHub
- URL: https://github.com/forbeslindesay/github-actions-workflow-builder
- Owner: ForbesLindesay
- Created: 2020-10-23T08:56:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:35:39.000Z (2 months ago)
- Last Synced: 2024-10-25T06:01:23.314Z (2 months ago)
- Topics: actions, github, typescript, workflows, yaml
- Language: TypeScript
- Homepage:
- Size: 459 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# github-actions-workflow-builder
Build workflows for GitHub Actions using TypeScript.
[![Build Status](https://img.shields.io/github/actions/workflow/status/ForbesLindesay/github-actions-workflow-builder/test.yml?branch=master&style=for-the-badge)](https://github.com/ForbesLindesay/github-actions-workflow-builder/actions?query=workflow%3ATest+branch%3Amaster)
[![Rolling Versions](https://img.shields.io/badge/Rolling%20Versions-Enabled-brightgreen?style=for-the-badge)](https://rollingversions.com/ForbesLindesay/github-actions-workflow-builder)
[![NPM version](https://img.shields.io/npm/v/github-actions-workflow-builder?style=for-the-badge)](https://www.npmjs.com/package/github-actions-workflow-builder)## 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
```