About
Envyr is a tool to automagically package an application and run it in a sandboxed environment. This project is in active development and may break. Ever wanted to run a script from a git repo without having to clone, install dependencies etc? Envyr does that for you. It can detect the language, install dependencies and run the project in a Sandboxed environment for you. e.g envyr run git@github.com:tchaudhry91/python-sample-script.git --autogen -- https://blog.tux-sudo.com > my_blog.html This command will fetch the repo, build a sandbox (docker/podman supported at the moment), and run the script! Read more about the supported features below.