athenapdf-prebuilt
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "athenapdf-prebuilt", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com> (https://github.com/ivoputzer)", | ||
@@ -5,0 +5,0 @@ "description": "a prebuilt version of the athenapdf binary", |
@@ -6,6 +6,20 @@ athenapdf-prebuilt | ||
## install | ||
npm install -g athenapdf-prebuilt | ||
athenapdf --help | ||
```bash | ||
npm install -g athenapdf-prebuilt | ||
athenapdf --help | ||
``` | ||
## uninstall | ||
npm uninstall -g athenapdf-prebuilt | ||
```bash | ||
npm uninstall -g athenapdf-prebuilt | ||
``` | ||
## usage | ||
```javascript | ||
const athenapdf = require('athenapdf-prebuilt') | ||
const {spawn} = require('child_process') | ||
console.log(athenapdf) // prints the path to the executable | ||
spawn(athenapdf) | ||
``` |
Sorry, the diff of this file is not supported yet
2713
25