Socket
Book a DemoInstallSign in
Socket

gardening

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gardening

CLI module to check if you made a public contribution on GitHub today

latest
Source
npmnpm
Version
1.4.2
Version published
Maintainers
1
Created
Source

Gardening

Build Status

Tending your open source garden?

garden

This is a command-line module to let you know if you (or someone else) has had a public contribution today or yesterday and to what level of green they reached (green levels are different for each user and based on average).

To install

Requires Node.js

$ npm install -g gardening

To use

# for today
$ garden [githubusername]
# for yesterday
$ garden [githubusername] -y

Options

  • -y returns yesterday's contributions

Example

$ garden jlord or $ garden jlord -y

Will return either:

---
✔︎ Green Level 2! jlord with 14 today!
---

or

---
✗ Grey! jlord with 0 today.
---

Test

$ npm test

Currently just checks the 0 contributions state.

:octocat: This is very basic, but saves me a few steps in the browser.

Keywords

contibution

FAQs

Package last updated on 01 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts