Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widberg/gm
A CLI for uploading and managing Garry’s Mod addons.
https://github.com/widberg/gm
cli garrysmod steam
Last synced: 28 days ago
JSON representation
A CLI for uploading and managing Garry’s Mod addons.
- Host: GitHub
- URL: https://github.com/widberg/gm
- Owner: widberg
- License: mit
- Created: 2019-01-21T20:08:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T20:44:37.000Z (about 6 years ago)
- Last Synced: 2025-01-01T11:38:06.851Z (about 1 month ago)
- Topics: cli, garrysmod, steam
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gm
A CLI for uploading and managing Garry’s Mod addons.## Installing
Place `gm.py` in your `GarrysMod\bin` directory. It is recommended that you add `GarrysMod\bin` to the `PATH` environment variable.There are two methods to execute this script without specifying the Python executable or `.py` extension. This allows you to run the commands using just `gm []`.
##### Method 1:
Create a file named `gm.cmd` in your `GarrysMod\bin` directory with the contents:
```
@echo off
py "path\to\GarrysMod\bin\gm.py" %*
```##### Method 2:
Create a `.py` file extension association with the Python executable and add `.PY` to the `PATHEXT` environment variable.## Update
To update this script run the command `gm update`.