Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harvestprofit/harvest-profit-pdf
- Owner: HarvestProfit
- License: mit
- Created: 2017-12-09T19:41:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T16:56:05.000Z (about 7 years ago)
- Last Synced: 2024-11-08T20:10:06.741Z (about 2 months ago)
- Topics: javascript, pdf-generation
- Language: JavaScript
- Homepage: https://harvestprofit.github.io/harvest-profit-pdf/
- Size: 562 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![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)