SeasonedSoftware/uploods

View on GitHub
scripts/scaffold.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const start = async () => {
  const project =
    (await rl.questionAsync(
      `What is your app name in kebab case (${defaultProj})? `,
    )) || defaultProj
Severity: Minor
Found in scripts/scaffold.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status