Add --plugin
flag to build
command that outputs to the local plugins folder
#715
Labels
impact: small
Minor papercuts in Rojo that don't warrant immediate resolutoin.
scope: cli
Relevant to the Rojo CLI
status: ready for work
Ready to go! We would accept a PR to do this.
type: enhancement
Feature or improvement that should potentially happen
Currently, building a plugin requires a command like
rojo build -o $LOCALAPPDATA/Roblox/Plugins/Name.rbxm --watch
that is hard to remember, is not cross-platform, and ignores configured plugins folder locations.To solve these issues, I think we should add a flag to output your project to the plugins folder without needing to know its location. The updated command would look like this:
rojo build --plugin Name.rbxm --watch
The text was updated successfully, but these errors were encountered: