UNPKG

gh-repos-creation-cal

Version:

Create a calendar of your repository creations in GitHub

42 lines (26 loc) 861 B
# gh-repos-creation-cal > Create a calendar of your repository creations in GitHub [![Build Status](https://travis-ci.org/icyflame/gh-repos-creation-cal.svg?branch=master)](https://travis-ci.org/icyflame/gh-repos-creation-cal) [![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/Flet/semistandard) ![screenshot](screenshot.png) ## Install ``` $ npm install --save gh-repos-creation-cal ``` ## CLI ``` $ npm install --global gh-repos-creation-cal ``` ``` $ gh-repos-creation-cal --help Usage $ gh-repos-creation-cal username Examples $ gh-repos-creation-cal icyflame --monthly //=> Outputs the screenshot Options --monthly Show the monthly repo-creation numbers. Default: true ``` ## License MIT © [Siddharth Kannan](http://icyflame.github.io)