Template repository for server plugins using TypeScript and Webpack.
- Click "Use this template" on the GitHub page.
- Create a new repository and clone it to your local machine.
- Open the repository in your code editor and run
npm install. - Edit the
package.jsonfile. - Write the source code in the
srcdirectory. - When you're ready to test - run
npm run build. - A minimized bundle will appear in
dist, ready to be plugged into SillyTavern.
Tip
If you want to test your plugin live, clone the repo into the /plugins folder of your SillyTavern installation.