diff --git a/_package/benvsh_benv.md b/_package/benvsh_benv.md new file mode 100644 index 0000000..e262036 --- /dev/null +++ b/_package/benvsh_benv.md @@ -0,0 +1,21 @@ +--- +layout: package +title: benvsh/benv +description: Virtual Environments for Basher +repo: https://github.com/benvsh/benv +tags: +- workspace +--- + +bENV is like Python virtual environments but for Bash scripts. It wraps Basher, a popular package manager for shell scripts. +Inspired by Desk, it simplifies and extends Basher without reinventing the wheel + +# Usage + +`benv []` + +Parameters: +- Identifier for the virtual environment. +For the id, use folder names under the benv root folder. +- URL to the package repository, same structure as basher's install. +