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: 4 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:35:39.000Z (over 1 year ago)
- Last Synced: 2024-10-25T06:01:23.314Z (over 1 year 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.
[](https://github.com/ForbesLindesay/github-actions-workflow-builder/actions?query=workflow%3ATest+branch%3Amaster)
[](https://rollingversions.com/ForbesLindesay/github-actions-workflow-builder)
[](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
```