mylisabox/lisa-plugins-manager

View on GitHub
api/services/PluginService.js

Summary

Maintainability
A
1 hr
Test Coverage

Function installPlugin has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  installPlugin(name, version = 'master', from = 'github') {
    let url

    switch (from) {
    case 'npm':
Severity: Minor
Found in api/services/PluginService.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status