-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4dd020
commit 5ef3c39
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,28 @@ | ||
# GenericStripper | ||
|
||
A simple tool to strip and virtualize game libraries for use in GitHub actions. | ||
|
||
## 📥 Installation | ||
|
||
Download the latest release from the [releases](https://github.com/beat-forge/GenericStripper/releases) page. | ||
|
||
## 📖 Usage | ||
|
||
``` | ||
GenericStripper.exe strip -m <module> -p <game path> -o <output directory> | ||
``` | ||
|
||
## 📦 Modules | ||
| Module | Description | | ||
| --- |-----------------------------------| | ||
|
||
| Module | Description | | ||
| ----------- | ----------------------------------------------------------- | | ||
| `beatsaber` | Strips a Beat Saber installation for use in GitHub actions. | | ||
|
||
## 📝 Contributing | ||
Pull requests are welcome for new modules or improvements to existing modules. | ||
For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
Pull requests are welcome for new modules or improvements to existing modules. | ||
For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
## 📄 License | ||
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details. | ||
|
||
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details. |