QuestPackageManager / QPM.CLI

QPM command line tool
GNU General Public License v3.0
7 stars 4 forks source link

Feat: Add QMod bundling #15

Closed Fernthedev closed 6 months ago

Fernthedev commented 1 year ago

Creates a qmod, replacing the buildQmod.ps1 script

Fernthedev commented 1 year ago

Elaborate:

We do this already through powershell scripts but maybe we should move away from those and let our handy package manager create qmods itself, which it can through the scripts workflow we added a while ago It could be as simple as qpm qmod package which will do the following

More thinking required

Fernthedev commented 6 months ago

Resolved by https://github.com/QuestPackageManager/QPM.CLI/pull/40