0.0.4 • Published 2 years ago
yymps-export v0.0.4
yymps-export
A NodeJS CLI to generate a *.yymps
file from a GameMaker project. Works similarly as the "Create Local Pacakge" button in the IDE, except that:
- The generated
*.yymps
file are not publishable to GameMaker Marketplace due to lacking of metadata such as version, publish name, etc. - Everything from the project is included in the
*.yymps
file.
Getting Started
npm i -G yymps-export
cd path/to/project
npx yymps-export
# Should have created a *.yymps file at the working directory
Additional Options
-s or --source
Specify the directory of the source GameMaker project.
-d or --destination
Specify the destination directory for the export.
-n or --name
Rename the *.yymps
file to the name provided.