1.2.7 • Published 3 years ago

@florentinth/pkg-ver v1.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago