Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sillytavern/plugin-webpacktemplate
Template repository for server plugins using TypeScript and Webpack.
https://github.com/sillytavern/plugin-webpacktemplate
template
Last synced: about 6 hours ago
JSON representation
Template repository for server plugins using TypeScript and Webpack.
- Host: GitHub
- URL: https://github.com/sillytavern/plugin-webpacktemplate
- Owner: SillyTavern
- License: agpl-3.0
- Created: 2024-04-28T12:31:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T13:20:13.000Z (7 months ago)
- Last Synced: 2024-04-28T15:30:18.156Z (7 months ago)
- Topics: template
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugin-WebpackTemplate
Template repository for server plugins using TypeScript and Webpack.
## How to use
1. Click "Use this template" on the GitHub page.
2. Create a new repository and clone it to your local machine.
3. Open the repository in your code editor and run `npm install`.
4. Edit the `package.json` file.
5. Write the source code in the `src` directory.
6. When you're ready to test - run `npm run build`.
7. 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.