Socket
Socket
Sign inDemoInstall

devstats

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devstats

A CLI application that fetches stats from developer sites.


Version published
Maintainers
1
Created
Source

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

Switch between days interactively:

$ devstats -i or devstats --interactive

Add a new account through its URL:

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

Remove an account through its URL:

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

Supported sites

  • GitHub
  • GitLab
  • StackOverflow
  • WakaTime
  • Hackerrank
  • Reverse Engineering SE

License

MIT © Niklas Higi

FAQs

Package last updated on 04 Sep 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc