npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

csgo-sync

v1.0.4

Published

Application to maintain and sync game configurations

Downloads

5

Readme

csgo-sync

npm version

csgo-sync is an application to manage and syncronize your CS:GO configs across multiple computers and accounts.
While designed to work with CS:GO, csgo-sync is extensible enough to work for anything that uses multiple file-based configurations. For example to work for CS:S you can simply pass --appId 240 at the command line.

Usage

Requirements:

After Node is installed, simply install csgo-sync globally and use it.

npm i -g csgo-sync
csgo-sync
? Please select an option
> Syncronize configs
  Import from file
  Import from URL
  ──────────────
  Export config

Syncronize configs

This option allows you to select an account's config directory and syncronize them across all other configs on the machine.

? Please select an option Syncronize configs
? Which config would you like to sync from?
  230908110 [xxxxxx]
  240756127 [xxxxxx]
> 60134171 [xxxxxx]

Import from file

Import a previously exported configuration option to be syncronized across all configs on the machine.

Import from web

Downloads a previously exported configuration object to be syncronized across all configs on the machine.
I just used GitHub's Gist for this, but you can use whatever as long as the body of the response is the raw config object.
For example, here is mine: https://gist.githubusercontent.com/sbuggay/9cf8f862e962946d24ec30ff8701e59a/raw/14d6e177ffc058ae9b8913c83281ebcec5c868f0/pwnmonkey.json

Export config

Exports config to a supported configuration serialization object.
The files exported by default are:

  • autoexec.cfg
  • config.cfg
  • video.txt

Options

csgo-sync --help

  Usage: entry [options]

  Options:

    -V, --version                 output the version number
    -a, --appId                   appid for selected game. default: 730 (CS:GO)
    -o, --outFile                 filename and path to export a config object to. default: ./config.json
    -u, --userDataPath <path>     Path to use for userdata. default: C:/Program Files (x86)/Steam/userdata
    -r, --cfgRelativePath <path>  Relative path from userdata. default: /local/cfg
    --steamApiKey <key>           Steam API key to resolve account names against Steam IDs.
    -h, --help                    output usage information

If the STEAM_API_KEY environment variable is set to a valid Steam API key, csgo-sync will attempt to resolve your config ids against their account name during selection. You can also pass this in through the command line flag --steamApiKey. You can get a Steam API key here: http://steamcommunity.com/dev/apikey