# @pagueveloz/print

> A simple NPM package to pattern PagueVeloz reports.

Latest version **1.0.3** (published 2019-05-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @pagueveloz/print
pnpm add @pagueveloz/print
yarn add @pagueveloz/print
bun add @pagueveloz/print
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2019-05-24 |
| First published | 2019-05-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 298.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Janderson Constantino |
| Maintainers | bludata, jandersonconstantino, zote |

## Links

- npm: https://www.npmjs.com/package/@pagueveloz/print
- Repository: https://github.com/pagueveloz/pv-print
- Homepage: https://github.com/pagueveloz/pv-print#readme
- Issues: https://github.com/pagueveloz/pv-print/issues
- npm.io page: https://npm.io/package/@pagueveloz/print

## Recent versions

- 1.0.3 (latest) — 2019-05-24
- 1.0.2 — 2019-05-24
- 1.0.1 — 2019-05-24
- 1.0.0 — 2019-05-24

## README

# @pagueveloz/print

[![CircleCI](https://circleci.com/gh/PagueVeloz/pv-print.svg?style=svg)](https://circleci.com/gh/PagueVeloz/pv-print)
[![Coverage Status](https://coveralls.io/repos/github/PagueVeloz/pv-print/badge.svg?branch=master)](https://coveralls.io/github/PagueVeloz/pv-print?branch=master)

## Getting started

### 1. Install dependencies

- Run `yarn install` to install the library's dependencies.

### 2. Build for development

- Having all the dependencies installed run `yarn dev`. This command will generate a `UMD` unminified bundle under the `dist` folder and a `CommonJS` bundle under the `lib` folder. It will also watch for changes in source files to recompile.

### 3. Build for production

- Having all the dependencies installed run `yarn build`. This command will generate two `UMD` bundles (unminified and minified) under the `dist` folder and a `CommonJS` bundle under the `lib` folder.

## Scripts

- `yarn build` - Produces production version of library under `dist` folder for UMD bundle and `lib` folder for `CommonJS` bundle.
- `yarn build:umd` - Produces an **unminified** UMD bundle under the `dist` folder.
- `yarn build:umdmin` - Produces an **minified** UMD bundle under the `dist` folder.
- `yarn build:commonjs` - Produces a CommonJS bundle under the `lib` folder.
- `yarn dev` - Produces a development version of library (both UMD and CommonJS) and runs a watcher to watch for changes.
- `yarn dev:umd` - Produces an unminified UMD bundle under the `dist` folder and runs a watcher to watch for changes.
- `yarn dev:commonjs` - Produces a CommonJS bundle under the `lib` folder and runs a watcher to watch for changes.
- `yarn test` - Runs the tests.
- `yarn coverage` - Runs the tests and provides with test coverage information.
- `yarn lint` - Lints the source code with ESlint.
- `yarn clean` - Deletes `dist`, `lib` and `coverage` folders.
- `yarn prepare` - Run both BEFORE the package is packed and published, on local npm install without any arguments, and when installing git dependencies.

---
_Source: https://npm.io/package/@pagueveloz/print · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
