Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwshrc/poshy-env-var
Ergonomic cmdlets for assigning, retrieving, and deleting environment variables - including path-munging for arbitrary PATH variables.
https://github.com/pwshrc/poshy-env-var
dotenv environment environment-variable path powershell powershell-gallery powershell-module pwshrc
Last synced: 16 days ago
JSON representation
Ergonomic cmdlets for assigning, retrieving, and deleting environment variables - including path-munging for arbitrary PATH variables.
- Host: GitHub
- URL: https://github.com/pwshrc/poshy-env-var
- Owner: pwshrc
- License: mit
- Created: 2023-08-16T15:49:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:31:53.000Z (about 1 month ago)
- Last Synced: 2024-12-16T19:35:40.149Z (about 1 month ago)
- Topics: dotenv, environment, environment-variable, path, powershell, powershell-gallery, powershell-module, pwshrc
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/poshy-env-var
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# poshy-env-var
[![powershellgallery](https://img.shields.io/powershellgallery/v/poshy-env-var.svg)](https://www.powershellgallery.com/packages/poshy-env-var)
[![downloads](https://img.shields.io/powershellgallery/dt/poshy-env-var.svg)](https://www.powershellgallery.com/packages/poshy-env-var)
[![License](https://img.shields.io/github/license/pwshrc/poshy-env-var)](./LICENSE.txt)
[![codecov](https://codecov.io/gh/pwshrc/poshy-env-var/branch/main/graph/badge.svg)](https://codecov.io/gh/pwshrc/poshy-env-var)
[![Validate Changes](https://github.com/pwshrc/poshy-env-var/actions/workflows/validate.yml/badge.svg)](https://github.com/pwshrc/poshy-env-var/actions/workflows/validate.yml)
[![Release Changes](https://github.com/pwshrc/poshy-env-var/actions/workflows/release.yml/badge.svg)](https://github.com/pwshrc/poshy-env-var/actions/workflows/release.yml)
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](https://gitmoji.carloscuesta.me/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg)](https://github.com/Naereen/badges)Ergonomic cmdlets for assigning, retrieving, and deleting environment variables - including path-munging for arbitrary PATH variables.