gmpack
v0.1.2-beta
Published
Package GameMaker projects similar to NPM Modules, and install them seperately from your project code.
Downloads
2
Readme
GMPack
Simple package manager for GameMaker Studio 2 that takes zip files, and imports them seperately from your code.
The code for this is in TypeScript, running in NodeJS, and it is very messy, view with caution.
No matter what, MAKE FREQUENT BACKUPS!
commands
gmpack init
Sets up your project to allow gmpack dependencies.
THIS CANNOT BE UNDONE AT THE MOMENT
gmpack install <path/to/package.zip>
Installs a package, from path/to/package.zip
.
Future expansion:
- Install via urls/git urls/github repos
gmpack uninstall
Removes a package installed with gmpack install ...
Not implemented
gmpack pack
Packages a project into a zip file to be installed elsewhere.
Not implemented
gmpack reset
Removes all dependencies, and the .gmpack
folder, reverting all changes the other commands made.
Not implemented