A NodeJS CLI to generate a `*.yymps` file from a GameMaker project.
npm install @bscotch/yymps-exportA NodeJS CLI to generate a *.yymps file from a GameMaker project. Works similarly as the "Create Local Pacakge" button in the IDE, except that:
1. The generated *.yymps file are not publishable to GameMaker Marketplace due to lacking of metadata such as version, publish name, etc.
2. Everything from the project is included in the *.yymps file.
``sh`
npm i -G @bscotch/yymps-export
cd path/to/project
npx yymps-exportShould have created a *.yymps file at the working directory
Specify the directory of the source GameMaker project.
Specify the destination directory for the export.
Rename the *.yymps` file to the name provided.