1.0.2 • Published 7 years ago

codestats-cli v1.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

codestats-cli

A command utility to view your stats from Code::Stats

npm npm Travis Build JavaScript Style Guide

What is 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.

Installation

This command line utility can be installed via npm:

npm install codestats-cli --global

API

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

Contributing

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.

JavaScript Style Guide

License

MIT | Copyright (c) Aman Mittal

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago