Skip to content

chirripo/chirripo-launcher

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 

Chirripo Launcher

Launcher for Chirripo project.

Instructions

OSX:

curl -OL https://github.com/chirripo/chirripo-launcher/releases/latest/download/chirripo.phar

Linux:

wget -O chirripo.phar https://github.com/chirripo/chirripo-launcher/releases/latest/download/chirripo.phar
  • Make downloaded file executable: chmod +x chirripo.phar
  • Move chirripo.phar to a location listed in your $PATH, rename to chirripo:
sudo mv chirripo.phar /usr/local/bin/chirripo
  • Use Chirripo by simply invoking chirripo command from any project using chirripo
  • If you have proxy installed; you can also manage it with proxy-up and proxy-down commands