0.0.1 • Published 4 years ago

pkg-packager-cli v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

pkg-packager-cli

Command line interface for the pkg-packager module.

Installation

$ npm install pkg-packager-cli -g

Status

Documentation/Testing

Usage

usage: pkg-packager [-hDV] [options] <input>
where options can be:

  -a, --asset <from[:to]>      Path to asset to copy into packaged resources
  -c, --config                 Path to JSON configuration
  -d, --directory <from[:to]>  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 <from:to>      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

License

MIT