Vibe.Analyzer (vibe v0.1.0)

View Source

Analyzes Elixir code structure, dependencies, and patterns.

Summary

Functions

Analyze a file or directory.

Analyze the entire project.

Functions

analyze(path, options \\ [])

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_project(options \\ [])

Analyze the entire project.

Parameters

  • options: Analysis options

Returns

  • {:ok, results} - Analysis results
  • {:error, message} - Error during analysis