jira-daily-report-native
v0.1.8
Published
High-performance Jira daily report CLI tool - Native Zig implementation
Downloads
695
Maintainers
Readme
Jira Daily Report - Native Edition
High-performance native CLI tool for Jira daily reporting, written in Zig.
Features
✨ Blazing Fast - Native Zig performance 📦 Zero Dependencies - Standalone executable 🎯 Cross-Platform - Linux, macOS, Windows 🔒 Secure - Memory-safe implementation
Installation
npm install -g jira-daily-report-nativeUsage
Same interface as the TypeScript version:
# Generate daily report
jira-report generate
# Log time
jira-report logtime "B2B-1079 2h"
# Multiple tickets
jira-report logtime "B2B-1079 2h, PROJECT-123 1.5h"
# Specific date
jira-report logtime "B2B-1079 2h" --date yesterdayConfiguration
Set environment variables:
export JIRA_SERVER="https://your-domain.atlassian.net/"
export JIRA_USERNAME="[email protected]"
export JIRA_API_TOKEN="your-jira-api-token"
export TEMPO_API_TOKEN="your-tempo-api-token"Supported Platforms
- Linux (x64, ARM64)
- macOS (Intel, Apple Silicon)
- Windows (x64)
Performance Comparison
| Implementation | Startup Time | Memory Usage | |---------------|--------------|--------------| | TypeScript | ~200ms | ~45MB | | Zig Native | ~5ms | ~2MB |
Development
Built with Zig for maximum performance and minimal resource usage.
License
MIT - See LICENSE
