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.
- 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.
- Node.js (version 14 or higher)
- Steam API Key
-
Clone the repository:
git clone https://github.com/your-username/steam-game-library-manager.git
-
Navigate to the project directory:
cd steam-game-library-manager
-
Install dependencies:
npm install
-
Configure your Steam API key:
cp .env.example .env
Edit the
.env
file and add your Steam API key. -
Run the application:
npm start
-
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
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.
We welcome contributions from the community! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
git checkout -b feature-name
- Commit your changes.
git commit -m "Description of your feature or bugfix"
- Push to your branch.
git push origin feature-name
- Create a pull request detailing your changes.
This project is licensed under the MIT License. See the LICENSE file for more information.
If you have any questions or need further assistance, feel free to reach out:
- Email: [email protected]
- Discord: Join our community
- Twitter: Follow us on Twitter
Happy gaming!