Package Exports
- flughafen
Readme
flughafen
FLUent GitHub Actions (+ "fen" because it sounds cool). Also German for "airport".
CLI for building type-safe GitHub Actions workflows.
Install
npm install -D flughafen @flughafen/coreCommands
# Build TypeScript workflows to YAML
flughafen build workflows/ci.ts
# Build all workflows in ./workflows
flughafen build
# Validate workflows
flughafen validate workflows/ci.ts
# Convert YAML to TypeScript (experimental)
flughafen reverse .github/workflows/ci.ymlDocumentation
License
MIT