Skip to content

A template project for the bpkg package manager, facilitating easy setup and management of bpkg-based projects.

License

Notifications You must be signed in to change notification settings

voidlib/bpkg-template-one-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpkg-template

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:

1. Install

Two options are available for installation:

1.1. BPKG install

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!> -g

For example - install this template:

$ bpkg install null-galaxy/bpkg-template-one-file -g

1.2. Local install

$ git clone https://github.com/null-galaxy/bpkg-template-one-file.git
$ cd bpkg-template-one-file
$ make install

2. Usage

Then 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
$

3. FAQ

On Windows, the "make" command is needed. Follow these steps for installation: https://stat545.com/make-windows.html

4. Support and Contributions

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.

5. License

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

About

A template project for the bpkg package manager, facilitating easy setup and management of bpkg-based projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published