1.2.7 • Published 2 years ago

@florentinth/pkg-ver v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pkg-ver

Snyk Build Release License

Version executables created with vercel/pkg.

Authors

Usage

Usage:
  $ pkg-ver <rootPath> <pkgOutput> [options]

  - <rootPath> is the path of the root directory of the project

  - <pkgOutput> is the name of the subfolder of the project
                root directory that contains executable created by pkg

Options:
  -a, --arch     precise another architecture than the current one
                                                       [string] [default: "x64"]
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Examples

- Version executables of myproject that are created by
pkg inside dist subfolder :

$ pkg-ver $HOME/projects/myproject dist

- Version executables of myproject that are created by
pkg inside dist subfolder for another architecture than
the one currently used (i.e. arm64):

$ pkg-ver $HOME/projects/myproject dist --arch "arm64"

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.2.7

2 years ago

1.2.5

2 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago