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 download
You can compile the plugin by running
npm run build
To watch for changes and rebuild plugin
npm run watch
To update PaperTea we use lix package manager to install the latest version from GitHub.
npx lix install gh:LunaTechsDev/PaperTea