Various bash builtins leveraging scallop and pkgcraft.
- profile: benchmark bash functions
- atom: simple atom parsing
- atom_version: compare package versions
Requirements: >=bash-5 and bats (for testing)
Use the following commands to set up a dev environment:
# clone repo
git clone https://github.com/pkgcraft/pkgcraft-bash.git
cd pkgcraft-bash
# build with pkgcraft support enabled
cargo build --features pkgcraft
# run tests via bats
bats -r tests