npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

invocli

v1.1.1

Published

A Node.js CLI for generating professional PDF invoices.

Readme

NPM Version License Node.js Version


InvoCLI empowers developers, freelancers, and small businesses to manage the entire invoicing lifecycle directly from the command line. Ditch the slow web UIs and take back control of your workflow.

InvoCLI Interactive Mode

Core Features

  • 🚀 Built for Speed: Go from zero to a sent invoice in under a minute. No clicks, no page loads.
  • 🔒 Total Data Privacy: Your data lives on your machine in simple JSON files. No cloud, no third-party access.
  • 🤖 Powerful Automation: Integrate invoicing into any script or workflow. Automatically bill clients with cron jobs or CI/CD pipelines.
  • ✨ Smart Data Management: Save and reuse company (sender) and customer (recipient) profiles so you never have to type the same address twice.
  • 🌍 Advanced Currency Formatting: Automatic, locale-aware formatting for over 30 currencies.
  • ✅ Failsafe Confirmation: A detailed summary table is shown for your approval before any file is created, preventing mistakes.

📦 Installation

Install InvoCLI globally using npm. This makes the invocli command available anywhere in your terminal.

npm install -g invocli

🚀 Getting Started: Your First Invoice

Step 1: Create an Invoice Interactively

Run the init command to start the interactive wizard. It will guide you through every step, from selecting a client to adding line items.

invocli init

Step 2: Review and Confirm

Before creating the PDF, InvoCLI shows you a complete summary. This is your chance to catch any errors.

Invoice Summary Confirmation

If everything looks correct, confirm with "Yes", and your PDF will be generated in your current directory!

🛠️ Advanced Usage & Automation

Generate from a JSON File

For full automation, create a JSON file with your invoice data and pass it to the generate-from-file command.

invocli generate-from-file invoice-data.json

Manage Profiles

Save time by managing sender and recipient profiles directly.

# Manage your company/sender profiles
invocli company <add|list|update|remove>

# Manage your customer/recipient profiles
invocli customer <add|list|update|remove>

📘 Command Reference

| Command | Description | | --- | --- | | invocli init | Interactively create a new invoice. | | invocli generate-from-file <path> | Create an invoice from a specified JSON file. | | invocli company <command> | Manage saved sender (company) profiles. | | invocli customer <command> | Manage saved recipient (customer) profiles. | | invocli generate [options] | Create an invoice directly from command-line flags (for advanced scripting). |

🤝 Contributing

Contributions make the open-source community an amazing place. Any contributions you make are greatly appreciated. Please fork the repo and create a pull request.

📜 License

Distributed under the MIT License. See LICENSE file for more information.