rambler-digital-solutions/rship

View on GitHub
cli/commands/new.js

Summary

Maintainability
A
1 hr
Test Coverage

Function cmd has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const cmd = function(program, config) {
  program
    .command('new [name] [preset]')
    .alias('n')
    .description(colors.yellow('create ship application'))
Severity: Minor
Found in cli/commands/new.js - About 1 hr to fix

    Parsing error: The keyword 'const' is reserved
    Open

    const utils = require('./utils');
    Severity: Minor
    Found in cli/commands/new.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status