csgo-cli

0.2.1 • Public • Published

CSGO-Cli · Build Status

get CSGO professional infomation easily via cli, match, team and player.

Install

To use csgo-cli, Node v6.0.0 is required.

NPM CS-GO

Usage

Usage:
 csgo [options] [command]  

Options:  
 -v, --version output the version number  
 -h, --help output usage information  

Commands:  
  team|t [options] [name] query team info, one team for one time  
  match|m query the time table of upcoming matches  
  player|p query player info  

Example

help

$ csgo -h
$ csgo --help
$ csgo team -h
 
get the infomation of one command

version

$ csgo -v
$ csgo --version
 
get the overview of this cli

match schedule

$ csgo m
$ csgo match
 
querying the time table of upcoming matches...

team infomation

$ csgo t -o navi
$ csgo team -o navi
 
uerying team overview of team navi...

run csgo t -h from more

play infomation

$ csgo p s1mple
$ csgo player s1mple
querying info of s1mple..

Issue & Feature Request

create an issue please.

Readme

Keywords

Package Sidebar

Install

npm i csgo-cli

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

28.8 kB

Total Files

8

Last publish

Collaborators

  • jadertao