Skip to content

Initial Release v0.1.0

Latest

Choose a tag to compare

@Theopsguide Theopsguide released this 26 Jun 21:44
· 4 commits to main since this release

🚀 Initial release of Gemini Code Flow

Features:

  • Gemini AI integration for code generation
  • CLI interface with interactive prompts
  • TypeScript support with full type checking
  • Automated NPM publishing via GitHub Actions

Installation:

npm install -g gemini-code-flow

Usage:

gemini-flow

Credit to the original Claude Code Flow by @ruvnet for the brilliant foundation.