Skip to content

example typescript template to make creating larger plugins easier

Notifications You must be signed in to change notification settings

EaglerReborn/reborn-example-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Typescript Eagler Reborn Plugin

this repo is a template to make creating larger plugins easier. Just do npm i in order to install dependencies, then npm run build to build into a single file located in the build folder. Typescript will complain about the plugin API not being defined, but will build anyway. Do not worry about this.