GithubHelp home page GithubHelp logo

juliangut / climb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vinkla/climb

0.0 3.0 0.0 129 KB

A Composer version manager tool

Home Page: https://packagist.org/packages/vinkla/climb

License: MIT License

PHP 100.00%

climb's Introduction

Composer Climb

climb

A Composer version manager tool made with inspiration from this NPM package. Find newer versions of dependencies than what your composer.json allows.

alt-three/logger                1.0.2      →     1.1.0
graham-campbell/exceptions      5.0.0      →     5.1.0
jenssegers/optimus              0.1.4      →     0.2.0
vinkla/hashids                  1.1.0      →     2.2.0

Build Status Coverage Status Quality Score Latest Version License

Installation

You can install Climb with either Homebrew (recommended), manually or with Composer.

Homebrew

Run this command to install Climb with Homebrew.

brew install homebrew/php/climb

Manually

You can run the commands below to easily access climb from anywhere on your system.

wget https://github.com/vinkla/climb/releases/download/0.6.1/climb.phar
chmod +x climb
sudo mv climb.phar /usr/local/bin/climb
climb --version

You may also use the downloaded PHAR file directly:

wget https://github.com/vinkla/climb/releases/download/0.6.1/climb.phar
php climb.phar --version

Composer

Run this command to install Climb globally with Composer.

composer global require vinkla/climb

Be sure to have composer binaries in your $PATH:

export PATH=${PATH}:${HOME}/.composer/vendor/bin;

Usage

All Climb commands can does have an optional flag called --global or -g to run on your globally installed packages.

Outdated

Find newer versions of dependencies than what your composer.json allows.

climb
# or
climb outdated

In order to send flags to this command you must write it out as climb outdated. Running for example climb --global wont work. Instead run climb outdated --global to get the correct feedback.

Update

Update composer.json dependencies versions.

climb update

License

Climb is licensed under The MIT License (MIT).

climb's People

Contributors

duxet avatar elazar avatar gromnan avatar jenssegers avatar joecohens avatar juliangut avatar mattketmo avatar mbrodala avatar mikaelmattsson avatar mnapoli avatar radarhere avatar vinkla avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.