lea_code 0.0.5
lea_code: ^0.0.5 copied to clipboard
A command-line coding assistant powered by Genkit and Google Gemini.
example/example.dart
void main() {
print(
'Usage: lea_code --model gemini-flash-lite-latest --system_prompt "You are a helpful assistant."',
);
}