1.0.1 • Published 11 months ago
jira-craft v1.0.1
JiraCraft
Simple CLI tool that creates Git branches from JIRA tickets. Automatically fetches ticket details and creates properly formatted branch names.
Installation
Choose your preferred package manager:
npm
# Clone and install dependencies
npm install
# Make command available globally
npm linkyarn
# Clone and install dependencies
yarn install
# Make command available globally
yarn linkpnpm
# Clone and install dependencies
pnpm install
# Make command available globally
pnpm link -gSetup
Configure your JIRA credentials:
jc configUsage
From within any git repository:
jc start-work
# Or directly with a ticket ID
jc start-work DC-1234The tool will:
- Fetch the ticket details from JIRA
- Create a branch name following the pattern:
type/ticket-id/title - Create and checkout the new branch
License
MIT