Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmigone/facturador


https://github.com/tmigone/facturador

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Facturador AFIP

## Descripción

Este proyecto es un facturador para la AFIP. Permite generar facturas electrónicas desde la consola.

## Instalación

```bash
yarn install
```

## Uso

### Configuracion
1. Generar un certificado y una clave privada. Se puede hacer con el siguiente comando:

```bash
ts-node src/index.ts generate-certificate --cuit --password
```