@elsikora/setup-wizard
Version:
Setup Wizard - CLI scaffolding utility
14 lines (12 loc) • 651 B
JavaScript
const BRANCH_LINT_CONFIG_MESSAGES = {
branchCreationNote: "Use 'npm run {script}' to create and switch to new branches using an interactive interface.",
branchLintDescription: "Branch Lint configuration has been created.",
branchScriptDescription: "(for create new branch)",
configurationFilesLabel: "Configuration files:",
generatedScriptsLabel: "Generated scripts:",
huskyHookSetupNote: "Husky git hooks have been set up to validate your branch names.",
packageJsonBranchScript: "package.json (branch script)",
};
export { BRANCH_LINT_CONFIG_MESSAGES };
//# sourceMappingURL=messages.constant.js.map