/invoice-gen

CLI tool to generate simple PDF invoices.

Primary LanguageHTMLMIT LicenseMIT

Automated invoice generation for lazy contractors (like me).

Demo

This invoice is generated from this template using these values.

How to

# Install dependencies
npm install

# Copy the "sample.env" to ".env"
cp sample.env .env

# Change the values of ".env"
sudo vim .env

# Generate PDF invoice dated today
npm start

# You can also provide past/future dates
npm start -- 5/25/2022