Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --plugin flag to build command that outputs to the local plugins folder #715

Closed
nezuo opened this issue Jul 8, 2023 · 0 comments · Fixed by #735
Closed

Add --plugin flag to build command that outputs to the local plugins folder #715

nezuo opened this issue Jul 8, 2023 · 0 comments · Fixed by #735
Assignees
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

Comments

@nezuo
Copy link
Contributor

nezuo commented Jul 8, 2023

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

@boatbomber boatbomber added type: enhancement Feature or improvement that should potentially happen scope: cli Relevant to the Rojo CLI impact: small Minor papercuts in Rojo that don't warrant immediate resolutoin. status: ready for work Ready to go! We would accept a PR to do this. labels Jul 8, 2023
This was referenced Jul 9, 2023
Dekkonot pushed a commit that referenced this issue Jul 18, 2023
Dekkonot pushed a commit to UpliftGames/rojo that referenced this issue Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants