Skip to content

Commit bbbd142

Browse files
docs: update README to highlight SherlockIO integration
- Add SherlockIO attribution for enhanced language detection - Update accuracy stats to reflect 98%+ accuracy across 100+ languages - Update version to 2.1.0 - Link to SherlockIO repository for transparency
1 parent ca9db74 commit bbbd142

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ HowMany is a command-line tool that analyzes codebases to provide comprehensive
1616
## Features
1717

1818
- **Line Counting**: Accurate counting of code lines, comments, documentation, and blank lines
19-
- **Language Detection**: Supports 25+ programming languages and file types
19+
- **Enhanced Language Detection**: Powered by [SherlockIO](https://github.com/GriffinCanCode/SherlockIO) with 98%+ accuracy across 100+ programming languages and file types
2020
- **Complexity Analysis**: Calculates cyclomatic complexity, cognitive complexity, and maintainability metrics
2121
- **Quality Metrics**: Evaluates code health, documentation coverage, and maintainability scores
2222
- **Time Estimates**: Provides development time estimates based on code volume and complexity
@@ -210,7 +210,7 @@ howmany --sort size
210210

211211
## Supported Languages
212212

213-
HowMany automatically detects and analyzes these languages:
213+
HowMany automatically detects and analyzes these languages using [SherlockIO](https://github.com/GriffinCanCode/SherlockIO), our fast and accurate language detection tool that intelligently filters out dependencies, build artifacts, and cache files:
214214

215215
### Programming Languages
216216
**Systems & Performance:**
@@ -471,4 +471,4 @@ Contributions are welcome! Please feel free to submit pull requests or open issu
471471

472472
## Version
473473

474-
Current version: 2.0.0
474+
Current version: 2.1.0

0 commit comments

Comments
 (0)