https://github.com/little-core-labs/pkg-packager-appimage
A pkg-packager builder for AppImage files
https://github.com/little-core-labs/pkg-packager-appimage
appimage pkg pkg-packager
Last synced: 3 days ago
JSON representation
A pkg-packager builder for AppImage files
- Host: GitHub
- URL: https://github.com/little-core-labs/pkg-packager-appimage
- Owner: little-core-labs
- License: mit
- Created: 2019-12-06T21:38:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T21:45:41.000Z (over 6 years ago)
- Last Synced: 2025-06-28T18:10:29.311Z (11 months ago)
- Topics: appimage, pkg, pkg-packager
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pkg-packager-appimage
=====================
> A pkg-packager builder for AppImage files
## Installation
```sh
$ npm install pkg-packager-appimage
```
## Usage
You generally would not need to use this module directly as it is
included by default in the [`pkg-packager`][pkg-packager] module and
can be used by specifying the packager target type programmitacally or
from the command line with the `pkg-packager(1)` command.
```sh
$ echo 'console.log("hello world")' > hello.js
$ pkg-package --type appimage hello.js ## assumes `linux` as host
$ ./build/x64/linux/hello.AppImage
hello world
```
## License
MIT
[pkg-packager]: https://github.com/little-core-labs/pkg-packager