@lunchbox-tools/branch
v1.0.0
Published
branch name generator
Readme
@lunchbox-tools/branch
Interactive CLI for generating standardised git branch names.
For usage docs and configuration reference, see the documentation site.
Package structure
src/
constants.ts ← default branch types and config
format.ts ← kebab-case conversion helpers
prompt.ts ← @clack prompt sequence
type.ts ← TypeScript interfaces
index.ts ← public API (setupBranchPrompt)
tests/
format.test.ts
prompt.test.tsLocal development
# from the repo root
pnpm --filter @lunchbox-tools/branch run build
pnpm --filter @lunchbox-tools/branch run test
pnpm --filter @lunchbox-tools/branch run lintPublic API
setupBranchPrompt(config?: Partial<BranchConfig>): { run(): Promise<void> }License
ISC
