rkkit
v0.0.1
Published
Next-generation toolchain manager for Roblox projects
Downloads
79
Readme
rkkit
Next-generation toolchain manager for Roblox projects. rkkit is a lightweight, fast, and powerful CLI tool to manage your Roblox project's tools via rokit.toml.
Installation
npm install rkkitWhy rkkit?
- Unified Tooling: Version-control Rokit into your project.
- Automated Tool Installation: Automatically installs tools defined in
rokit.tomlif they are not found. - Project-Specific Tools: Define different versions of tools for each project.
Usage
Run a tool defined in rokit.toml
# Use any Rokit tool with `rk`
npx rk lune --help
npx rk rojo --help
npx rojo --help # We provide shorthands for popular tools (rojo/lune)Initialize rokit.toml
npx rokit initDevelopment
# Install dependencies
npm install
# Build
npm run build
# Test
npm testLicense
MIT
