git-hub
Single-minded CLI for crazy folk.
How to use it
git hub [<command> [<args>]]
How to set things up
- Install it:
sudo npm install -g git://github.com/dglazkov/git-hub.git
- In your project, add
hub
directory - For each command you would like to run, add a module named after the command. For example, to enable the
sync
command, write a module./hub/sync.js
. - Add
default.js
for the default command (that's when you just rungit hub
)