mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
18 lines
404 B
Markdown
18 lines
404 B
Markdown
# {project_name}
|
|
Generated by [Rojo](https://github.com/rojo-rbx/rojo) {rojo_version}.
|
|
|
|
## Getting Started
|
|
To build this plugin to your local plugins folder, use:
|
|
|
|
```bash
|
|
rojo build -p "{project_name}.rbxm"
|
|
```
|
|
|
|
You can include the `watch` flag to re-build it on save:
|
|
|
|
```bash
|
|
rojo build -p "{project_name}.rbxm" --watch
|
|
```
|
|
|
|
For more help, check out [the Rojo documentation](https://rojo.space/docs).
|