https://github.com/little-core-labs/pkg-packager-cli
Command line interface for the `pkg-packager` module.
https://github.com/little-core-labs/pkg-packager-cli
cli packager pkg pkg-packager
Last synced: 24 days ago
JSON representation
Command line interface for the `pkg-packager` module.
- Host: GitHub
- URL: https://github.com/little-core-labs/pkg-packager-cli
- Owner: little-core-labs
- License: mit
- Created: 2019-12-10T17:32:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T21:53:31.000Z (over 6 years ago)
- Last Synced: 2025-02-12T22:47:18.466Z (over 1 year ago)
- Topics: cli, packager, pkg, pkg-packager
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pkg-packager-cli
================
> Command line interface for the `pkg-packager` module.
## Installation
```sh
$ npm install pkg-packager-cli -g
```
## Status
> Documentation/Testing
## Usage
```sh
usage: pkg-packager [-hDV] [options]
where options can be:
-a, --asset Path to asset to copy into packaged resources
-c, --config Path to JSON configuration
-d, --directory Path to directory to copy into packaged resources
-D, --debug Enable debug output
--executable-name The program executable name
-h, --help Show this message
-l, --symlink Symlink a file path
-o, --output Output directory
-p, --platform The platform type (linux|macos|win) [default: linux]
--product-file-name The packaged product file name
--product-name The packaged product name
-t, --type Packaged output type (appimage|dmg|zip)
-V, --version Output program version
```
## See Also
- [pkg-packager][pkg-packager]
## License
MIT
[pkg-packager]: https://github.com/little-core-labs/pkg-packager