mix raxol (Raxol v2.0.1)

View Source

Main entry point for Raxol development tasks.

This task provides a consolidated interface to all Raxol development tools.

Usage

mix raxol COMMAND [OPTIONS]

Available Commands

  • check - Run all quality checks (compile, format, credo, dialyzer, tests)
  • test - Run test suite with various options
  • dev - Development tools (debug, profile, analyze)
  • docs - Generate and manage documentation
  • setup - Initial project setup
  • clean - Clean build artifacts

Examples

# Run all checks
mix raxol check

# Run tests
mix raxol test

# Run specific check
mix raxol check.format

# Get help
mix raxol help