@bscotch/yymps-export
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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:

  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.

Getting Started

npm i -G @bscotch/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.

Readme

Keywords

Package Sidebar

Install

npm i @bscotch/yymps-export

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

8.88 kB

Total Files

19

Last publish

Collaborators

  • bscotchadam
  • bscotchshi