A simple template repository to allow users to make fully-fledged Onetap plug-ins in modern Typescript.
git clone onetap-ts-boilerplate
In order to use the boilerplate, you must first go to the rollup.config.js
file and change the FILENAME
variable to your
plug-in's name.
After that, all you need to do is run npm run watch
in your shell.