6 Commits

Author SHA1 Message Date
4682664bf0 Update URL to GitHub raw content and bump version to 2.0.3
Replaced API URLs with GitHub raw content URLs for installation and updates to ensure reliability and consistency. Incremented the program version from 2.0.2 to 2.0.3 to reflect the changes.
2025-03-24 09:58:03 +02:00
1afeb7c5fa Update version to 2.0.2 and improve repository token handling
Bump the program version from 2.0.1 to 2.0.2. Enhance the repository token and API handling by allowing repository-specific [.api] and [.token] values to override global settings, with a fallback mechanism for global values. Added more comprehensive comments to clarify the override logic.
2024-10-07 18:18:11 +02:00
cac27adaf2 Add dry run, license setting & additional readme enhancement
Changes include implementing the dry run functionality, enabling the setting of license within the composer package, and allowing additional readme content to be appended to the usual readme. This development also entails minor code optimizations and bug fixes, making the package building scripts more robust and easier to use.
2024-06-29 23:56:00 +02:00
7a53c0acb9 Add exclude powers option. Add subshell to isolate variables. 2024-06-26 21:53:58 +02:00
fcb77c8f3e Fix namspace replace event to happen earlier. 2024-06-26 13:12:21 +02:00
709d26a389 Add option to string replace values in namespace and classes. 2024-06-26 10:53:42 +02:00
2 changed files with 2003 additions and 1765 deletions

View File

@ -8,7 +8,7 @@ With this script we can easily package multiple power classes in an automated wa
---
# Install
```shell
$ sudo curl -L "https://git.vdm.dev/api/v1/repos/octoleo/octopower/raw/src/octopower" -o /usr/local/bin/octopower
$ sudo curl -L "https://raw.githubusercontent.com/octoleo/octopower/refs/heads/master/src/octopower" -o /usr/local/bin/octopower
$ sudo chmod +x /usr/local/bin/octopower
```
---

File diff suppressed because it is too large Load Diff