Skip to content

Neoslyke/SlyStoreLibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Sly Store Library

Sly Store Library

Overview

Sly Store Library is a tool designed to help you get your Steam game collection efficiently. With features such as game library, active updates and huge collections of game, it provides a comprehensive solution for gamers who want to keep their games up-to-date.

Features

  • Dedicated Game Libarary Server: Huge library collections.
  • Automatic Updates: Receive updates about new releases and discounts.
  • Library Statistics: View detailed statistics about your game collection.
  • Backup & Restore: Backup your game settings and restore them easily.
  • Cross-Platform: Compatible with Windows, macOS, and Linux.

Installation

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/your-username/steam-game-library-manager.git
  2. Navigate to the project directory:

    cd steam-game-library-manager
  3. Install dependencies:

    npm install
  4. Configure your Steam API key:

    cp .env.example .env

    Edit the .env file and add your Steam API key.

  5. Run the application:

    npm start

Usage

Basic Commands

  • List Games: Display all games in your library.

    npm run list-games
  • Add Category: Add a new category to your library.

    npm run add-category "RPG"
  • View Statistics: Display statistics of your game collection.

    npm run stats

Configuration

You can customize the behavior of the Steam Game Library Manager by editing the config.json file. Here you can set preferences for categories, update intervals, and more.

Contributing

We welcome contributions from the community! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
    git checkout -b feature-name
  3. Commit your changes.
    git commit -m "Description of your feature or bugfix"
  4. Push to your branch.
    git push origin feature-name
  5. Create a pull request detailing your changes.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

If you have any questions or need further assistance, feel free to reach out:


Happy gaming!

About

SlyStoreLibrary

Resources

Stars

Watchers

Forks

Packages

No packages published