0.0
No commit activity in last 3 years
No release in over 3 years
Command line utility to open codebase repositories in you browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Codebase Command Line Interface

Command utilty to open codebase repositories in your browser

Install

$ gem install codebase-cli

Usage

Enter the repository folder

$ cd <CODEBASE_REPOSITORY>

open the repository homepage

$ cb

open the specified file

$ cb <file>

open the specified object(commit, tag, branch)

$ cb -r <object>

open the specified branch

$ cb -b <branch>

compare commits

$ cb -c <object1> [<object2>] # object2 is optional ('master' as default)

Authors