UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

19 lines (17 loc) 1.06 kB
#!/usr/bin/env node const BRANCH_LINT_CONFIG_SUMMARY = { confirmationErrorMessage: "Failed to get user confirmation", confirmationQuestion: "Do you want to set up Branch name linter for your project?", deleteFilesQuestion: "Do you want to delete them?", existingConfigWarning: "Existing branch-lint configuration files detected. Setup aborted.", existingFilesMessage: "Existing branch-lint configuration files detected:", installErrorMessage: "Failed to complete branch-lint setup", setupCompleteMessage: "Branch Lint configuration completed successfully!", setupFailedMessage: "Failed to setup Branch Lint configuration", setupStartMessage: "Setting up branch-lint configuration...", ticketIdConfirmationErrorMessage: "Failed to get ticket-id setting confirmation", ticketIdConfirmationQuestion: "Enable optional ticket-id support in branch names (for example: feature/proj-123-branch-name)?", title: "Branch Lint Setup", }; export { BRANCH_LINT_CONFIG_SUMMARY }; //# sourceMappingURL=summary.constant.js.map