Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 712 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 712 Bytes

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