Vibe.Analyzer (vibe v0.1.0)
View SourceAnalyzes Elixir code structure, dependencies, and patterns.
Summary
Functions
Analyze a file or directory.
Parameters
- path: Path to the file or directory to analyze
- options: Analysis options
Returns
{:ok, results}- Analysis results{:error, message}- Error during analysis
Analyze the entire project.
Parameters
- options: Analysis options
Returns
{:ok, results}- Analysis results{:error, message}- Error during analysis