aiclarify
v1.0.1
Published
Real-time code quality analysis tool
Downloads
1,044
Maintainers
Readme
AIClarify
A real-time code quality analysis tool that provides insights into your codebase's performance, security, and maintainability.
Features
- 🔍 Real-time code analysis
- 📊 Performance metrics
- 🔒 Security checks
- 🛠️ Maintainability scoring
- 📱 Live dashboard
- 🔄 File watching
- 🎯 Multiple language support (TypeScript, JavaScript, Python)
Installation
npm install -g aiclarify
Usage
- Navigate to your project directory:
cd your-project
- Run the analysis:
aiclarify analyze
- View the metrics dashboard at
http://localhost:5000
Options
-p, --port <number>
: Port to run the server on (default: 5000)-w, --watch
: Watch for file changes and update analysis in real-time-e, --exclude <patterns...>
: Patterns to exclude from analysis
Example with options:
aiclarify analyze -p 3000 -w -e "dist" "coverage"
Metrics
AIClarify analyzes your codebase for:
Performance
- Code complexity
- Execution time estimates
- Memory usage patterns
Security
- Common vulnerabilities
- Best practices
- Dependency security
Maintainability
- Code quality score
- Documentation coverage
- Test coverage
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT