developer239/create-opinionated-react-app

View on GitHub
src/packages/_NestJs/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function initNestJsApp has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const initNestJsApp = async (context: IContext) => {
  await shell.execWithSpinner(
    `npx nest new ${context.projectFolder} --package-manager yarn`,
    '[nest.js] initialize',
  )
Severity: Minor
Found in src/packages/_NestJs/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status