JonAbrams/synth

View on GitHub
lib/help.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function show has 81 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.show = function (command) {
  var helpMsg = ['synth version ' + pkg.version, ''];

  switch (command) {
    case 'new':
Severity: Major
Found in lib/help.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status