JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q39786F
  • License MIT

cli query tools for csgo

Package Exports

  • csgo-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (csgo-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.