Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 549 Bytes

File metadata and controls

9 lines (7 loc) · 549 Bytes

Contributing to Pip-Boy Mod Tool

https://github.com/thewandcompany/pip-boy?tab=readme-ov-file#writing-apps has some basic info on developing Pip-Boy apps.

  • All apps should be created under the apps/ directory with a unique name.
  • Each app should have a metadata.json file that contains the basic information about your app, the id in this file should match the directory name it is contained within.
  • Each app should also contain a Changelog file that outlines basic changes made to each version of your app.