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

arcli

v1.1.0

Published

CLI para previsualizar y emitir comprobantes ARCA desde terminal, con validaciones claras y salida lista para automatizar

Downloads

67

Readme

ARCLI

npm version CI license: MIT node >=20

       d8888 8888888b.   .d8888b.  888      8888888
      d88888 888   Y88b d88P  Y88b 888        888
     d88P888 888    888 888    888 888        888
    d88P 888 888   d88P 888        888        888
   d88P  888 8888888P"  888        888        888
  d88P   888 888 T88b   888    888 888        888
 d8888888888 888  T88b  Y88b  d88P 888        888
d88P     888 888   T88b  "Y8888P"  88888888 8888888

Emití o previsualizá comprobantes ARCA desde tu terminal, con un flujo claro, seguro y rapido en lugar de utilizar UI.

Características

  • configuración persistente por usuario
  • previsualización segura antes de emitir
  • entrada por flags o JSON
  • salida humana, JSON o respuesta bruta
  • prompts interactivos cuando el flujo lo requiere
  • integración real con ARCA

Demo basica

npm install -g arcli
arcli config
arcli config establecer cuit 20168598204
arcli config establecer puntoVenta 3
arcli config establecer cert.testing /ruta/al/certificado.crt
arcli config establecer key.testing /ruta/a/la/clave.key

arcli fc -m 15000 --cs --consumidor-final --ir-cf

Inicio rápido

1. Instalar

Requiere Node.js 20 o superior.

npm install -g arcli

2. Crear o abrir la configuración

arcli config

3. Guardar defaults útiles

arcli config establecer cuit 20168598204
arcli config establecer puntoVenta 3
arcli config establecer concepto servicios
arcli config establecer ivaReceptor consumidor-final
arcli config establecer moneda ARS
arcli config establecer cotizacion 1
arcli config establecer emitir false
arcli config establecer bruto false

4. Configurar credenciales

arcli config establecer cert.testing /ruta/al/certificado.crt
arcli config establecer key.testing /ruta/a/la/clave.key

Si después querés usar producción:

arcli config establecer cert.produccion /ruta/al/certificado.crt
arcli config establecer key.produccion /ruta/a/la/clave.key

5. Revisar el entorno activo

arcli config revisar

6. Previsualizar el primer comprobante

arcli fc -m 15000 --cs --consumidor-final --ir-cf

7. Emitir de verdad

arcli fc -m 15000 --cs --consumidor-final --ir-cf --emitir

Cómo funciona

ARCLI toma datos por flags, JSON o config, valida lo que puede localmente, arma el payload y — si corresponde — llama a ARCA. La prioridad es flags > JSON > config > defaults.

Ver docs/mental-model.md para el modelo completo.

Seguridad: testing vs producción

  • Si no pasás nada, el entorno es testing.
  • testing usa cert.testing y key.testing.
  • produccion usa cert.produccion y key.produccion.
  • Para emitir realmente en producción hacen falta:
    • --produccion
    • --emitir

Ejemplo:

arcli fa -m 15000 --cs --cuit 20168598204 --ir-ri \
  --produccion \
  --emitir

Documentación

❤️ Agradecimientos

ARCLI existe apoyado en trabajo open source que ya resolvió partes difíciles del problema. En particular:

Y la comunidad open source que mantiene herramientas de este estilo vivas y usables

☕ Apoyar el proyecto

ARCLI es open source. Mantenerlo, probarlo contra servicios reales y documentarlo bien lleva tiempo.

  • Si queres darme un mimo: Cafesito
  • Reporta issues claros, repros buenos y feedback real de uso
  • Dejame tu estrellita ★ :)

Licencia

MIT © LcsGrz. Ver LICENSE.

Proyecto