ai-ci
v1.0.0
Published
Generates GitHub Actions CI/CD workflows from project analysis
Maintainers
Readme
ai-ci
Setting up CI/CD from scratch is a pain. This tool looks at your project and generates the right GitHub Actions workflow for it.
Install
npm install -g ai-ciUsage
# Generate a GitHub Actions workflow
npx ai-ci
# Specify provider and deploy target
npx ai-ci --provider github --deploy vercel
# Preview without writing
npx ai-ci --preview
# Different deploy targets
npx ai-ci --deploy netlify
npx ai-ci --deploy aws
npx ai-ci --deploy dockerWhat it does
Scans your project to figure out the language, framework, test setup, and build steps. Then generates a proper CI/CD workflow with linting, testing, building, and deployment configured.
Supported
- Providers: GitHub Actions (more coming)
- Deploy targets: Vercel, Netlify, AWS, Docker, Fly.io, Railway
- Languages: Node.js, Python, Go, Rust, Ruby, Java
Requirements
Set your OPENAI_API_KEY environment variable.
export OPENAI_API_KEY=sk-...License
MIT
