Skip to main content

Publishing

Mods are just npm packages. Fruit Pie loads the published mods from npm.

This is all you need to publish it:

npm login
npm publish

Then you can submit it on Fruit Pie by submitting the npm package name. That's it!

The catalog lists your mod under displayName from your package.json, or the package name if you don't set one.