Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmigone/facturador
https://github.com/tmigone/facturador
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmigone/facturador
- Owner: tmigone
- Created: 2024-02-21T00:59:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T03:06:06.000Z (9 months ago)
- Last Synced: 2024-10-19T19:59:34.828Z (18 days ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```