@habrmnc/bankai
v1.2.1
Published
Ultimate productivity CLI for developers with sprints, sync, and analytics
Downloads
345
Maintainers
Readme
Bankai CLI
The ultimate productivity tool for developers. Track time, manage sprints, sync with Jira/GitHub/Notion, and analyze your focus patterns.
Features
- Time Tracking: Start/stop tasks with
bankai start - Pomodoro: Built-in timer with
bankai pomodoro - Sprints: Manage goals with
bankai sprint - Sync: Integrate with Jira, GitHub, Notion
- Analytics: Trends, comparisons, and distraction heatmaps
- Webhooks: Automate workflows
- Notifications: Desktop alerts
Installation
npm install -g @habrmnc/bankaiUsage
bankai start "Fix Bug" -p "ProjectX"
bankai pomodoro 25
bankai sprint -n "Q4 Goals" -d 14
bankai report weeklyStructure
bin/: Entry pointsrc/commands/: CLI command definitionssrc/services/: Business logicsrc/data/: Persistence layer
