@ruanitto/adonis-report-builder
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@ruanitto/adonis-report-builder", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Report Builder for Adonis 4. Builds a PDF from view", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# Simple Adonis 4 Report Builder | ||
## Installation | ||
First, you need to install the `wkhtmltopdf` command line tool on your system. | ||
The **easiest way** to do this is to | ||
[download](http://wkhtmltopdf.org/downloads.html#stable) a prebuilt version for your system. **DO NOT** try to use | ||
the packages provided by your distribution as they may not be using a patched Qt and have missing features. | ||
Finally, to install the node module, use `npm`: | ||
npm install @ruanitto/adonis-report-builder | ||
Be sure the `wkhtmltopdf` command line tool is in your PATH when you're done installing. | ||
## Setup | ||
Make sure to read [instructions.md](instructions.md) on how to set up. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8952
20