A pkg-packager builder for AppImage.
npm install pkg-packager-appimagepkg-packager-appimage
=====================
> A pkg-packager builder for AppImage files
``sh`
$ npm install pkg-packager-appimage
You generally would not need to use this module directly as it is
included by default in the [pkg-packager][pkg-packager] module andpkg-packager(1)
can be used by specifying the packager target type programmitacally or
from the command line with the command.
`jslinux
$ echo 'console.log("hello world")' > hello.js
$ pkg-package --type appimage hello.js ## assumes as host``
$ ./build/x64/linux/hello.AppImage
hello world
MIT
[pkg-packager]: https://github.com/little-core-labs/pkg-packager