Skip to content
/ v Public

Brew formulae version switcher (experimentations with rust).

Notifications You must be signed in to change notification settings

fuzoh/v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v

Experiment rust with a little brew formulae version switcher...

Build

$ git clone git@github.com:bastiennicoud/v.git

$ cargo run -- php 8.0

$ cargo build --release

How to use v

# Switch to the formulae version
$ v php 8.0
# or
$ v node 14

Underlying brew commands

# Get a json representation of all the installed formulaes
$ brew info --json --installed

About

Brew formulae version switcher (experimentations with rust).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages