Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harvestprofit/harvest-profit-pdf

📄 Generates PDFs for Harvest Profit
https://github.com/harvestprofit/harvest-profit-pdf

javascript pdf-generation

Last synced: about 2 months ago
JSON representation

📄 Generates PDFs for Harvest Profit

Awesome Lists containing this project

README

        


Harvest Profit

[![NPM Version](https://img.shields.io/npm/v/harvest-profit-pdf.svg)](https://www.npmjs.com/package/harvest-profit-pdf) [![Build Status](https://travis-ci.org/HarvestProfit/harvest-profit-pdf.svg?branch=master)](https://travis-ci.org/HarvestProfit/harvest-profit-pdf) [![Coverage Status](https://coveralls.io/repos/github/HarvestProfit/harvest-profit-pdf/badge.svg?branch=master)](https://coveralls.io/github/HarvestProfit/harvest-profit-pdf?branch=master) [![MIT License](https://img.shields.io/npm/l/harvest-profit-pdf.svg)](https://github.com/HarvestProfit/harvest-profit-pdf/blob/master/LICENSE.md)

## Installation

To add this, simply run:
```bash
npm install harvest-profit-pdf
```
Or
```bash
yarn add harvest-profit-pdf
```

## Usage

Like most Harvest Profit NPM packages, you can just include the pieces you need, and let your webpack tree shaking ignore unused code paths. For a complete example, please refer to the [demo](https://github.com/HarvestProfit/harvest-profit-pdf/tree/master/demo) directory.

## Publish

You will need to bump the version number in the `package.json` file, then:
```
# Build the latest production build
yarn run build

# Publish the production build to NPM
yarn publish
```

## License
This project is [MIT licensed](https://github.com/HarvestProfit/harvest-profit-pdf/blob/master/LICENSE)