Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 181 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 181 Bytes

Reapex plugin template

import { App } from 'reapex'
import plugin from 'reapex-plugin-template'

const app = new App()

// 1. register the plugin
app.use(plugin)