# gerar-boletos

#### NPM badges
<!-- [START badges] -->
[![NPM gerar-boletos package](https://img.shields.io/npm/v/gerar-boletos.svg)](https://npmjs.org/package/gerar-boletos)
[![npm downloads](https://img.shields.io/npm/dm/gerar-boletos.svg?maxAge=604800)](https://npm-stat.com/charts.html?package=gerar-boletos&from=2017-01-1)
[![npm downloads](https://img.shields.io/npm/dt/gerar-boletos.svg?maxAge=604800)](https://npm-stat.com/charts.html?package=gerar-boletos&from=2017-01-1)
<!-- [END badges] -->

Biblioteca em Node.js para geração de boletos utilizando PDFKit 

Este é um fork do projeto gerar-boletos

Geração de boletos para bancos:
- Bradesco
- Caixa
- Ailos (Cecred)
- Itaú
- Sicoob
- Sicredi
- Santander
- Banco do Brasil

### Install

```javascript
npm i @megres/gerar-boletos
```
```javascript
yarn add @megres/gerar-boletos
```
### Exemplos de uso

```javascript
npm run gerarBrasil
```
```javascript
npm run gerarBradesco
```
```javascript
npm run gerarCecred
```

* [pasta com arquivos de exemplo](/examples)

### Run tests

```javascript
npm run test
```


