UNPKG

branchname-validator

Version:

Enforces Git branch naming conventions. It ensures branches follow the required format (e.g., feature/branch-name, bugfix/issue-123) and prevents invalid names before creation. Ideal for teams maintaining consistent workflows! 🚀

12 lines (11 loc) • 209 B
{ "compilerOptions": { "outDir": "./dist", "module": "CommonJS", "target": "ES6", "strict": true, "rootDir": "./src" }, "include": ["src"], "exclude": ["node_modules"] }