Skip to content

rainlanguage/rain.cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rain.cli

The Rain CLI.

Aggregates and compiles all the other Rain CLI tools into a single tool.

Doesn't provide any of its own functionality.

Installation

Nix flakes

If you have https://nixos.org/ installed and nix flakes enabled https://nixos.wiki/wiki/Flakes then you can run the Rain CLI straight from github.

nix shell github:rainprotocol/rain.cli -c rain

This will track the default branch (main) and can be aliased e.g.

alias rain="nix shell github:rainprotocol/rain.cli -c rain"

If you add this alias to your ~/.bashrc or ~/.zshrc file, etc. then you'll always have fresh rain.

You can also pin it to any git revision like

nix shell github:rainprotocol/rain.cli/<revision> -c rain

Alternatively you can install it to your profile and nix can manage it like any other binary.

nix profile install github:rainprotocol/rain.cli

About

Main binary for native Rain tooling.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •