Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/asdf-envsubst
envsubst plugin for asdf
https://github.com/dex4er/asdf-envsubst
asdf hacktoberfest
Last synced: 11 days ago
JSON representation
envsubst plugin for asdf
- Host: GitHub
- URL: https://github.com/dex4er/asdf-envsubst
- Owner: dex4er
- License: mit
- Created: 2023-08-21T13:48:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T18:53:24.000Z (about 1 year ago)
- Last Synced: 2024-10-28T09:02:21.552Z (about 2 months ago)
- Topics: asdf, hacktoberfest
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-envsubst
[![CI](https://github.com/dex4er/asdf-envsubst/actions/workflows/ci.yml/badge.svg)](https://github.com/dex4er/asdf-envsubst/actions/workflows/ci.yml)
[envsubst](https://github.com/a8m/envsubst) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
## Install
```shell
asdf plugin-add envsubst https://github.com/dex4er/asdf-envsubst.git
asdf install envsubst latest
asdf global envsubst latest
```## Use
Check out the [asdf](https://github.com/asdf-vm/asdf) readme for instructions.