mix raxol (Raxol v2.0.1)
View SourceMain 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 optionsdev- Development tools (debug, profile, analyze)docs- Generate and manage documentationsetup- Initial project setupclean- 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