2017 © Pedro Peláez
 

project geggs

Git eggs

image

octava/geggs

Git eggs

  • Monday, January 16, 2017
  • by TheRatG
  • Repository
  • 4 Watchers
  • 1 Stars
  • 3,842 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

geggs

Git eggs. Proxy command of git., (*1)

SensioLabsInsight, (*2)

Installation

Download last release version from https://github.com/octava/geggs/releases and move to bin directory., (*3)

Now just run geggs in order to run geggs, (*4)

Example, (*5)

curl -L -O https://github.com/octava/geggs/releases/download/3.1.0/geggs.phar
chmod +x geggs.phar
sudo mv geggs.phar /usr/local/bin/geggs

Update

Run sudo geggs self-update for update geggs, (*6)

Installation

Download geggs.phar from latest release., (*7)

Init

Run geggs init for create configuration file and example plugin and command. Add your vendors as in example in file .geggs/geggs.yml, (*8)

octava_geggs:
    dir:
        vendors:
            - vendor/my-lib
            - vendor/my-lib2

After that you are ready to work with geggs, (*9)

Build new version of geggs

  • Create and push tag
  • Create phar
ulimit -Sn 4096; box build --verbose
  • Go to github and upload new geggs.phar into new release
  • Publish new manifest
manifest publish:gh-pages octava/geggs -vvv

The Versions