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

Create benvsh_benv.md #2

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions _package/benvsh_benv.md
Original file line number Diff line number Diff line change
@@ -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 <benv_id> [<package_url1:package_url2:...>]`

Parameters:
- <benv_id> Identifier for the virtual environment.
For the id, use folder names under the benv root folder.
- <package_url[n]> URL to the package repository, same structure as basher's install.