Giter Club home page Giter Club logo

devstats's Introduction

devstats

A CLI application that fetches stats from developer sites.

devstats is a CLI application written in TypeScript that fetches statistics from developer sites like StackOverflow, WakaTime, and GitHub and displays them nicely.

Installation

Install it globally using:

$ npm install -g devstats

Or if you're using Yarn:

$ yarn global add devstats

Usage

Add accounts from the supported sites:

$ devstats add https://github.com/shroudedcode

Display your daily report:

$ devstats

Display your daily report and switch between days using your keyboard:

$ devstats -i

Full list of commands

From devstats --help:

Display the daily report for the current day:

$ devstats

Display a summary of the current week:

$ devstats -w or devstats --week

Display a summary of the last <days> days:

$ devstats -d <days> or devstats --days <days>

Switch between days interactively:

$ devstats -i or devstats --interactive

Add an account:

$ devstats add <site> <username/user-id>
$ devstats add github shroudedcode

$ devstats add <url>
$ devstats add https://github.com/shroudedcode

Remove an account:

$ devstats remove <site> <username/user-id>
$ devstats remove stackoverflow 6662225

$ devstats remove <url>
$ devstats remove https://stackoverflow.com/users/6662225

Supported sites

This is a list of sites currently supported by devstats. You can add your account using the name in parentheses.

Your favorite site is not on the list? Feel free to add support yourself and open a pull request.

License

MIT © Niklas Higi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.