Template repository for SillyTavern extensions using TypeScript and Webpack (no React).
- 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
manifest.jsonfile. - Write the source code in
srcdirectory. - When you're ready to test - run
npm run build. - Minimized bundle will appear in
dist, ready to be plugged into SillyTavern.
Tip
If you want to test your extension live, clone the repo into the /public/scripts/extensions/third-party of your SillyTavern installation.