A plugin for RPG Paper Maker that adds useful options for easier development of plugins and games.
A getting started guide for development.
- Clone the repository
git clone https://github.com/LunaTechsDev/origami-devtools.git- Install dependencies
npm install- Install PaperTea & Dependencies
npx lix downloadYou can compile the plugin by running
npm run buildTo watch for changes and rebuild plugin
npm run watchTo update PaperTea we use lix package manager to install the latest version from GitHub.
npx lix install gh:LunaTechsDev/PaperTea