src/cli/init-gulp.js

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  * run () {
    if (!this.fileExists('package.json')) {
      return this.log('Please run "npm init" first');
    }

Severity: Minor
Found in src/cli/init-gulp.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status