bpkg
A lightweight Bash package manager
| Type | object |
|---|---|
| File match |
bpkg.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/bpkg/latest.json |
| Source | https://www.schemastore.org/bpkg.json |
Validate with Lintel
npx @lintel/lintel check
Properties
Where the dependency is located in deps/.
See more: https://github.com/bpkg/bpkg#name
Human-readable description of the functionality of the package.
See more: https://github.com/bpkg/bpkg#description
Whether the package is only intended be installed as a global script. Allows the omission of the --global flag when installing.
See more: https://github.com/bpkg/bpkg#global
Shell script used to invoke in the install script. Required if package is being installed as a global script.
See more: https://github.com/bpkg/bpkg#install-1
An array of scripts to install into a project. See more: https://github.com/bpkg/bpkg#scripts
The current version of the dependency.
An array of non-script files to install into a project. See more: https://github.com/bpkg/bpkg#files-optional
Hash of dependencies of this project. Use either a tagged release identifier or master.
See more: https://github.com/bpkg/bpkg#dependencies-optional
Hash of development dependencies of this project. Use either a tagged release identifier or master.
See more: https://github.com/bpkg/bpkg#dependencies-dev-optional
A hash of runnable commands for bpkg run.
A hash of descriptions for each command in commands.
See more: https://github.com/bpkg/bpkg#commands-description-optional