Track income from multiple sources (GitHub bounties, ClawHub, toku.agency, trading, etc.) with automatic categorization and ROI analysis.
clawhub install multi-channel-income-tracker
# Add income
node tracker.js income --source "toku.agency" --amount 50 --description "Code review service"
# Add expense
node tracker.js expense --category "api" --amount 2 --description "OpenAI API"
# View report
node tracker.js report --period "week"
# Channel comparison
node tracker.js channels
MIT
共 1 个版本