Bash Cli Library
A little library for building bash-powered cli apps.
Set up your new cli library
- Create a directory for your project
- Run these two commands:
git clone https://gitlab.com/taeluf/bash/cli-lib temp-tlf-cli-lib/ temp-tlf-cli-lib/tlf_lib_run install_framework
- Review bash files in
src_dir/core
andsrc_dir/internal
. - Repeat any time you want a new version of the framework (I think that should work)
Learn how to use the framework
- Look at the files in this repo
- Look at the files in your new repo after doing the "install" (they're the same)
- Follow said example
OR Look at my lib Git Bent, which is going to be the best example of this lib in use.