@chrishutchinson/claude-receipts

by chrishutchinson · v1.0.0 · prompt

claude-receipts is an NPM package that generates beautiful thermal printer-style receipts for Claude Code usage sessions. It integrates with Claude Code's SessionEnd hook to automatically create HTML

Install

Add @chrishutchinson/claude-receipts to Claude Code with the PolySkill CLI: polyskill add @chrishutchinson/claude-receipts

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview **claude-receipts** is an NPM package that generates beautiful thermal printer-style receipts for Claude Code usage sessions. It integrates with Claude Code's SessionEnd hook to automatically create HTML receipts that open in the browser when a coding session ends. ## Development Commands ```bash # Build TypeScript to JavaScript npm run build # Watch mode for development npm run dev # Test the CLI locally (after building) node bin/claude-receipts.js generate n…

Keywords: github, thermal-printer, receipt-generation, npm-package, html-receipts, claude-code, session-end-hook, coding-tools, automation