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

mono-track

v1.1.0

Published

Simple CLI to track monotributo billing against AFIP/ARCA category limits

Downloads

24

Readme

mono-track

    ╭───────────────────────╮
    │   ╭━━━━━━━━━━━━━━╮    │
    │   ┃              ┃    │
    │   ┃    ·    ·     ┃    │
    │   ┃      ‿        ┃    │
    │   ┃    ╱    ╲     ┃    │
    │   ┃   ╱      ╲    ┃    │
    │   ┃              ┃    │
    │   ╰━━━━━━━━━━━━━━╯    │
    │                       │
    │  MONO  ██░░░░░░  16%  │
    │  HP: $38.6M remaining │
    │                       │
    │  ◉ STATUS   ◉ FEED    │
    ╰───────────────────────╯

         your mono is happy!
         keep billing steady

Simple CLI to track your monotributo billing against AFIP/ARCA category limits.

Your mono starts small and grows as you bill more throughout the year. Keep it well-fed but don't let it get too big, or ARCA will come knocking.

Install

npm install -g mono-track

Quick Start

# Set your monotributo category
mono set-category G

# Add a billed amount
mono add 2900000

# Add a USD invoice
mono add 3333.50 --usd --rate 1394

# Check your status
mono status

Your Mono's Moods

  < 60%                    60-80%                  80-90%

   ·    ·                   °    °                  ●    ●
     ‿                        ─                       ▿
  ╱      ╲               ╱╱      ╲╲            ╱╱╱      ╲╲╲
 ╱        ╲             ╱╱╱      ╲╲╲          ╱╱╱╱      ╲╲╲╲

  happy & light           getting chunky          getting nervous


  90-100%                   > 100%

  ◉    ◉                  ✖    ✖
    △                        ▽
╱╱╱╱╱    ╲╲╲╲╲          ╱╱╱╱╱╱╱╲╲╲╲╲╲╲
╱╱╱╱╱╱  ╲╲╲╲╲╲         ╱╱╱╱╱╱╱╱╲╲╲╲╲╲╲╲

  panicking!               EXCEEDED!
  time to recategorize     you're in trouble

Commands

| Command | Description | |---|---| | mono add <amount> | Add a billed amount (defaults to today) | | mono add <amount> --usd --rate <rate> | Add a USD invoice with exchange rate | | mono status | Billing summary, progress bar, recategorization projection | | mono list | All entries in a formatted table | | mono edit <#> --amount <n> | Edit an entry by its list number | | mono delete <#> | Delete an entry by its list number | | mono set-category <A-K> | Set your monotributo category |

Status Output

  Category: G — Limit: $46.211.109,37
  Facturado: $7.546.899,00 (16,3%)
  ███░░░░░░░░░░░░░░░░░ 16,3%
  Remaining: $38.664.210,37

  📋 Recategorización (next: 05/08/2026)
  Last 12 months: $16.046.899,00
  ✓ Staying in G — OK
  Projected by 05/08/2026: ~$24.842.819,00

Warnings appear at 80%, 90%, and when you exceed your category limit. The recategorization section shows your last 12 months of billing and projects where you'll be by the next ARCA deadline (Feb 5 or Aug 5).

Data

Everything is stored locally in ~/.mono-track/data.json. No cloud, no accounts, no telemetry. Your billing data stays on your machine.

AFIP Categories (effective Feb 2026)

| Category | Annual Limit | |---|---| | A | $10.277.988,13 | | B | $15.058.447,71 | | C | $21.113.696,52 | | D | $26.212.853,42 | | E | $30.833.964,37 | | F | $38.642.048,36 | | G | $46.211.109,37 | | H | $70.113.407,33 | | I | $78.479.211,62 | | J | $89.872.640,30 | | K | $108.357.084,05 |

License

MIT