This project serves as a template for the bpkg package manager, facilitating easy setup and management of bpkg-based projects.
For more information on using this template and creating your simplest BPKG package, see the following guide:
Two options are available for installation:
This command installs the script globally via bpkg:
- Download the repo
- Install script to ~/.local/bin/excmd
$ bpkg install <!YOU_GITHUB_NICKNAME!>/<!YOU_REPO_NAME!> -gFor example - install this template:
$ bpkg install null-galaxy/bpkg-template-one-file -g$ git clone https://github.com/null-galaxy/bpkg-template-one-file.git
$ cd bpkg-template-one-file
$ make installThen use the new command in the terminal or in your shell scripts:
$ <!YOU_COMMAND_EXAMPLE!>For example, this template has a command:
$ excmd
Run example_script.sh installed via BPKG
$On Windows, the "make" command is needed. Follow these steps for installation: https://stat545.com/make-windows.html
If you run into any issues or have suggestions for improvements, feel free to open an issue on the GitHub repository. Contributions to the project are also welcome.
This project is licensed under the MIT License. See the LICENSE file for details.