All files / lib/enums messages.ts

100% Statements 10/10
100% Branches 2/2
100% Functions 1/1
100% Lines 10/10

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 127x 7x 7x 7x 7x 7x 7x 7x 7x 7x    
export enum Messages {
  PROJECT_NAME = 'Your project name (only lowercase)',
  AUTHOR = 'Your name',
  FEATURES = 'Which features you want to enable?',
  SONARQUBE = 'Would you like to enable sonarqube?',
  SONARQUBE_TOKEN = 'Enter your sonarqube token here (leave empty to configurate later).',
  LINT_STAGED = 'Would you like to lint your staged files before commiting?',
  WITH_LICENSE = 'Do you want to generate a license (chose one in the next step)?',
  LICENSE = 'Which license?',
  CHANGELOG = 'Do you want to create changelogs with the angular commit guidelines?',
}