vuesion/packages

View on GitHub
packages/create/src/commands/create.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  public async run(args: string[], options: IRunOptions) {
    this.name = kebabCase(lowerCase(this.name));

    const destination = runtimeRoot(this.name);
    let branch = 'github:vuesion/vuesion#main';
Severity: Minor
Found in packages/create/src/commands/create.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status