hexojs/hexo-cli

View on GitHub
lib/hexo.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function entry has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function entry(cwd = process.cwd(), args) {
  args = camelCaseKeys(args || minimist(process.argv.slice(2), { string: ['_', 'p', 'path', 's', 'slug'] }));

  let hexo = new Context(cwd, args);
  let { log } = hexo;
Severity: Minor
Found in lib/hexo.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status