Skip to content

JamesForks/climb

 
 

Repository files navigation

Composer Climb

climb

A Composer version manager tool made with inspiration from this awesome npm package.

Build Status Coverage Status Quality Score Latest Version License

Note: This tool is still in early stages of development and may change in the future. The tool is a proof of concept. There are some bugs that we're aware of and we will try to fix them asap. If you find any please report! We also appreciate pull requests, a lot!

Installation

Run this command to install the CLI tool globally.

composer global require vinkla/climb

Be sure to have composer binaries in your $PATH:

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

This is required in order to use this tool.

Usage

From a directory where you've a composer.json file run the command below to check the packages:

climb

If you want to check your global composer packages for outdated versions you can use:

climb global

License

Climb is licensed under The MIT License (MIT).

Packages

No packages published

Languages

  • PHP 100.0%