A simple, interactive command-line tool for generating professional invoices.
- Deno - The JavaScript/TypeScript runtime
- First, ensure you have Deno installed:
curl -fsSL https://deno.land/x/install/install.sh | sh- Clone this repository:
git clone https://github.com/yourusername/invcc.git
cd invcc- Run the installation script:
sudo ./install.shSimply run invcc in your terminal:
invcc--nocolor: Disables color in output--nohint: Disables hinting in output--noicon: Disables field icons in output--helpor-h: Shows help information
- Interactive CLI interface with colorful prompts
- Support for multiple billable items
- Automatic calculations for subtotals and taxes
- Clean, professional HTML output
- Responsive invoice template
- Customizable fields for client and business information
GPL-3.0