500tech/angular-kick

View on GitHub
lib/commands/new.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function () {
  let appName = Format.toConstName(process.argv[3]);
  let noSetup = (process.argv[4] || '').toLowerCase();

  noSetup = (noSetup === '--no-setup' || noSetup === '-ns');
Severity: Minor
Found in lib/commands/new.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status