Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basher config file #113

Open
3 tasks
Dauliac opened this issue Mar 15, 2021 · 1 comment
Open
3 tasks

Add basher config file #113

Dauliac opened this issue Mar 15, 2021 · 1 comment

Comments

@Dauliac
Copy link

Dauliac commented Mar 15, 2021

Basher is shell package manager.

That might be a good idea to be compliant with it.

It's only require a sh config file package.sh like that:

BINS=src/adr-config:src/adr:src/adr-generate:src/adr-help:src/adr-init:src/adr-link:src/adr-new:src/adr-upgrade-repository
BASH_COMPLETIONS=autocomplete/adr
ZSH_COMPLETIONS=completions/_package

TODO:

  • Add package.sh manually maintained.
  • Fix _ prefixed script file to use path of script and not the path of the simlink:
declare -xr CURRENT_PATH
CURRENT_PATH=$(dirname "${BASH_SOURCE[0]}")
  • Maybe add script to generate it from sources.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Dauliac and others