A command utility to view your stats from Code::Stats
Code::Stats is a free stats tracking service for programmers. Developed by Nicd, it is available as a plugin for major IDEs/Editors such as Atom, Sublime, VSCode and Webstorm.
This command line utility can be installed via npm
:
npm install codestats-cli --global
After installation, it is accessible via codestats
command from your favorite terminal with following options:
$ codestats
Usage: codestats [options] <keywords>
Options:
-h, --help output usage information
-V, --version output the version number
-a, --all [name] get all public user info
-u, --user [name] get user name
-m, --machines [name] get user machines
-t, --total_xp [name] get user total xp
-n, --new_xp [name] get user xp gained in last 24 hours
-l, --languages [name] get user languages
You can help out by:
- Solving existing issues
- Enhancing more functionalities
- Pointing out bugs/errors
Go ahead, and create a Pull Request! If you make a change, please follow the standardjs coding style and the current directory structure.
MIT | Copyright (c) Aman Mittal