@rbxts/dbg-it
v0.5.2
Published
Simple and extensible debugging utility.
Downloads
2
Readme
Dbg-It! is a debugging suite for roblox-ts featuring:
- A simple, yet powerful command interpreter with
- Type safety
- Plenty of built-in types and helpful built-in commands
- Permission management with hooks
- Server to client data replication
- Logging with @rbxts/log
Installation
Dbg-It! requires the use of roblox-ts.
From NPM (recommended): npm i @rbxts/dbg-it
From Github: npm i git+https://github.com/berry-blossom/dbg-it.git
Documentation
No documentation is available yet, but you can check out some of the built-ins for examples on creating commands or types.