JSPM

steam-version-updater

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q38306F
  • License MIT

A CLI-only tool for finding and downloading specific versions of Steam games (not intended for programmatic use)

Package Exports

  • steam-version-updater
  • steam-version-updater/lib/index.js

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 (steam-version-updater) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Steam Version Updater

A command-line tool for finding and downloading specific versions of Steam games.

Features

  • Search for games and applications in the Steam store
  • Browse and select game depots (content packages)
  • Find different versions (manifests) of game content
  • Generate commands for the Steam console to download specific game versions
  • Interactive and colorful command-line interface

Usage

Run directly without installing:

npx steam-version-updater

This runs the latest version without requiring any installation.

Installation Options

If you prefer to install:

# Install locally in a project
npm install steam-version-updater

# Or install globally
npm install -g steam-version-updater

Then run with:

# If installed locally
npx steam-version-updater

# If installed globally
steam-version-updater

Requirements

  • Node.js 14.0.0 or later
  • A working Steam installation
  • Steam must be running when using this tool

How It Works

  1. The tool connects to Steam anonymously
  2. You search for a game by name
  3. Select the game from search results
  4. Browse available content depots for the game
  5. Select a specific manifest (version) of the content
  6. The tool generates a Steam console command and opens the console
  7. The command is automatically copied to your clipboard
  8. Paste the command into the Steam console to download the specific game version

Dependencies

  • steam-user - For interacting with Steam
  • axios - For making HTTP requests
  • inquirer - For interactive command-line prompts
  • chalk - For colorful terminal output
  • commander - For command-line interface structure

License

MIT