codifyr 0.1.2
codifyr: ^0.1.2 copied to clipboard
A CLI tool for generating LLM-friendly codemaps for Flutter projects
Changelog #
0.1.2 #
- Fix: Validation failed for project context in some scenarios
0.1.1 #
- Make sure this runs in a Flutter project
- Make sure only "lib" is included in the codemap
0.1.0 #
- Initial release of Codifyr
- Generate LLM-friendly codemaps for Flutter/Dart projects
- CLI commands: generate and update
- Configuration via YAML file
- Token estimation for LLM context planning
- Customizable output path
- Exclude patterns for generated files