/origami-devtools

A plugin that adds developer specific options for RPG Paper Maker

Primary LanguageHaxeMIT LicenseMIT

Origami DevTools

A plugin for RPG Paper Maker that adds useful options for easier development of plugins and games.

Getting Started

A getting started guide for development.

  1. Clone the repository
git clone https://github.com/LunaTechsDev/origami-devtools.git
  1. Install dependencies
npm install
  1. Install PaperTea & Dependencies
npx lix download

Compiling the plugin

You can compile the plugin by running

npm run build

To watch for changes and rebuild plugin

npm run watch

Updating PaperTea

To update PaperTea we use lix package manager to install the latest version from GitHub.

npx lix install gh:LunaTechsDev/PaperTea