npm.io
0.0.3 • Published 2d agoCLI

rkkit

Licence
MIT
Version
0.0.3
Deps
7
Size
52 kB
Vulns
0
Weekly
0
Stars
1

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 rkkit

Why rkkit?

  • Unified Tooling: Version-control Rokit into your project.
  • Automated Tool Installation: Automatically installs tools defined in rokit.toml if 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 init

Development

# Install dependencies
npm install

# Build
npm run build

# Test
npm test

License

MIT