athenapdf
can be packaged as a binary for easy distribution using electron-packager
.
In fact, the Docker version of athenapdf
runs on the packaged Electron app, not the unpacked source code which the NPM version uses.
To build a new Docker image run make buildcli
in the project's root directory.
Open Makefile
for more information or if you would like to run the build commands manually.
Currently, the following commands will package athenapdf
for OSX, and GNU / Linux x64 distribution:
npm install
npm run build
- Check the
build/
directory for the respective binaries