Crates.io | rokit |
lib.rs | rokit |
version | 0.2.5 |
source | src |
created_at | 2024-05-01 10:13:28.556779 |
updated_at | 2024-08-28 09:22:49.129906 |
description | Next-generation toolchain manager for Roblox projects |
homepage | |
repository | https://github.com/rojo-rbx/rokit |
max_upload_size | |
id | 1226005 |
size | 368,041 |
Next-generation toolchain manager for Roblox projects.
.tar
and .tar.gz
.Follow the instructions for your platform below - when installed, Rokit will guide you through the rest.
Run the automated installer script in your terminal:
curl -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | bash
Download and run* rokit.exe
from the latest release page - this will automatically install Rokit.
* Make sure to run rokit.exe
directly, by double-clicking it in the File Explorer, for automatic installation to be triggered.
If you would like to install Rokit from a terminal or shell such as PowerShell / CMD, run rokit.exe self-install
instead.
Rokit can be compiled and installed from source using cargo
:
cargo install rokit --locked # Installs the Rokit binary
rokit self-install # Initializes necessary directories and data files for Rokit to work
This may work on systems that Rokit is not officially compatible with, but note that no support is provided for non-official targets.
Check the latest GitHub release to see which targets Rokit is compatible with.
Running rokit --help
in your terminal will give you a full overview of all available commands.
Running rokit command-name --help
will give you full details about a specific command.
rokit init
- Initializes a new project in the current directory.rokit add
- Adds and installs a tool.rokit list
- Lists all currently installed tools.rokit install
- Installs all project-specific tools.rokit update
- Updates a specific tool, or all project-specific tools, to the latest version.rokit authenticate
- Authenticates with GitHub or other artifact providers.rokit self-update
- Updates Rokit itself to the latest version.rokit self-install
- Installs Rokit itself and updates tool executable links.Rokit is the fastest and friendliest way to get set up with tooling for a new Roblox project.
Here are some key differences between Rokit and Foreman / Aftman:
foreman.toml
/ aftman.toml
, while Foreman / Aftman are incompatible with each other by design.While Foreman and Aftman have been working great for a long time, they have an uncertain future as toolchain managers for the community.
Most of their existing problems boil down to issues with maintainership:
Rokit aims to solve this by taking a community-first approach and being built with community contributions in mind.
Rokit also acknowledges that developers will not migrate from any of the existing toolchain managers without good reason, it needs to be substantially better and require virtually no effort to migrate.