Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.