Releases: prathyushnallamothu/Genie
Releases · prathyushnallamothu/Genie
v1.0.0
1.0.0 - 2024-01-20
🎉 Initial Release
Added
- Natural language project generation using Google's Gemini AI
- Interactive CLI interface with user-friendly prompts
- Project specification generation with:
- Framework recommendation
- Component identification
- File structure planning
- Automated code generation for:
- Project files
- Configuration files
- Documentation (README.md)
- Support for multiple project types:
- Web applications
- Backend services
- Mobile apps
- CLI tools
- Context-aware file generation
- API key configuration via:
- Environment variable (GOOGLE_API_KEY)
- Command line flag (-api-key)
Security
- Removed hardcoded API key
- Added secure API key handling through environment variables or command line flags
Documentation
- Added comprehensive README.md
- Added MIT License
- Added installation and usage instructions
- Added project structure documentation