pub fn installed_frameworks() -> Vec<&'static dyn FrameworkAdapter>Expand description
Get all frameworks that are installed on the system.
Uses the is_installed() method on each adapter to determine
if the frameworkâs config directory exists or CLI tool is available.