Skip to content

Generate GitHub Actions workflows from plain English descriptions

Notifications You must be signed in to change notification settings

LXGIC-Studios/ai-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-github-action

Generate GitHub Actions workflows from plain English. Stop copy-pasting from StackOverflow.

Install

npm install -g ai-github-action

Usage

npx ai-github-action "test and deploy on push to main"
npx ai-github-action "run eslint and prettier on PRs" --install
npx ai-github-action "build docker image and push to ECR" -o deploy.yml

Options

  • --install - Write directly to .github/workflows/
  • -o, --output <file> - Write to specific file

Setup

export OPENAI_API_KEY=sk-...

License

MIT

About

Generate GitHub Actions workflows from plain English descriptions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published