Skip to content

jmoalves/levain

Repository files navigation

Levain Github Created At ReleaseGitHub Release Date

Check sources Unit tests codecov Test - e2e

Something to help you make your software grow

Installing Levain

We recomend you to use the latest version of install.ps1 script.
You can combine the options below.

Install latest release at $HOME/levain

iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex

Install a specific Levain version

$levainVersion="0.90.4";iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex

Choose another destination directory

$levainHome="C:\dev-env";iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex

Providing your own Levain mirror (using Nexus, for instance)

$levainUrlBase="http://nexus.local.net/nexus/repository/github-proxy/jmoalves/levain";iwr http://nexus.local.net/nexus/repository/github-proxy/jmoalves/levain/releases/latest/download/install.ps1 | iex

Providing you own recipes repository

$levainRepo="https://gitlab.local.net/grp-dev/levain-pkgs.git";iwr https://github.com/jmoalves/levain/releases/latest/download/install.ps1 | iex`

Some use cases

Listing available packages / recipes

levain list
levain list jdk

Installing some packages

levain install jdk-21-ibm git wlp-runtime-24.0.0.1

Open a configured shell

levain shell
levain shell wlp-runtime-24.0.0.1 jdk-21-ibm