Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltymooncakes/vrcosc-script-plugin-template
Just a silly little plugin template for my silly little VRChat OSC Chatbox script
https://github.com/meltymooncakes/vrcosc-script-plugin-template
osc osc-chatbox vrchat vrchat-osc vrchat-script
Last synced: 20 days ago
JSON representation
Just a silly little plugin template for my silly little VRChat OSC Chatbox script
- Host: GitHub
- URL: https://github.com/meltymooncakes/vrcosc-script-plugin-template
- Owner: MeltyMooncakes
- Created: 2024-10-08T18:59:21.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2024-10-12T06:06:45.000Z (25 days ago)
- Last Synced: 2024-10-17T01:25:25.385Z (20 days ago)
- Topics: osc, osc-chatbox, vrchat, vrchat-osc, vrchat-script
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just a silly little plugin template
This is the plugin template for my [VRChat OSC Script](https://github.com/MeltyMooncakes/VRChat-OSC-Script)
## Ground rules (Things will break if you dont follow these)
- Only keep dependencies that is specific to your plugin in this package.json, leave everything else as a devDependency.
- Ensure that your typescript output is the folder `dist`, and that your main file is named `index`.
- Make sure you keep your configuration in the main program's configs folder and please make sure it uses yaml.
- Ensure your program makes a default config in the configs folder.