Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zscholl/xontrib-shadowenv

An Xonsh integration for shadowenv
https://github.com/zscholl/xontrib-shadowenv

xonsh xontrib

Last synced: about 1 month ago
JSON representation

An Xonsh integration for shadowenv

Awesome Lists containing this project

README

        


An Xonsh integration for shadowenv


If you like the idea click ⭐ on the repo and tweet.

## Installation

Requires [shadowenv](https://github.com/Shopify/shadowenv) to be installed and available in your PATH.

To install use pip:

```bash
xpip install xontrib-shadowenv
# or: xpip install -U git+https://github.com/zscholl/xontrib-shadowenv
```

## Usage

```bash
xontrib load shadowenv
```

## Credits

This package was created with [xontrib template](https://github.com/xonsh/xontrib-template).