gmpack

0.1.2-beta • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gmpack

Weekly Downloads

0

Version

0.1.2-beta

License

MIT

Unpacked Size

12.1 kB

Total Files

5

Last publish

Collaborators

  • davecaruso