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

https://github.com/josefaidt/openrct2-plugin-template

Template for authoring OpenRCT2 plugins
https://github.com/josefaidt/openrct2-plugin-template

openrct2 openrct2-plugin

Last synced: 28 days ago
JSON representation

Template for authoring OpenRCT2 plugins

Awesome Lists containing this project

README

          

# openrct2-plugin-template

Template for authoring OpenRCT2 plugins.

## Getting Started

1. Install dependencies `yarn install`
1. This should also download the type definitions for easy use and IntelliSense
2. Start the development server with `yarn dev`
3. Copy the built file into your OpenRCT2 plugin folder

## References

- [OpenRCT2](https://openrct2.io)
- [Plugin Community](http://openrct2plugins.org/)
- [oli414's OpenRCT2 Plugin Boilerplate](https://github.com/oli414/openrct2-plugin-boilerplate)