0.1.0 • Published 10 years ago

whats-goin-on v0.1.0

Weekly downloads
37
License
-
Repository
github
Last release
10 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

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago