0.1.0 • Published 9 years ago

whats-goin-on v0.1.0

Weekly downloads
37
License
-
Repository
github
Last release
9 years ago

whats-goin-on

Build Status

This is a command line tool to find out what public activity those you follow have made on github.

To install

Requires Node.js

$ npm install -g whats-goin-on

To use

# by default this will return up to 10 lines
$ whats-goin-on [githubusername]
# you can increase the number of lines with -n, for example this will return 4 lines
$ whats-goin-on [githubusername] -n 4
# show commits with -c
$ whats-goin-on [githubusername] -c

Example output

   w  3 hours ago  aUser is now watching interestingUser/repo

   -< 9 hours ago  iLikeBuildingOnCode forked anotherUser/repo2

   +  3 days ago   followMe created new repo followMe/imNeedy

Options

  • '-n number' returns the last number of items

Thanks

While this does something totally different, I came up with this idea after seeing jlord's gardening repo. Check it out.

0.1.0

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago