LastTalon / keystone

A Roblox collections library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keystone


Keystone is a Roblox collections library for roblox-ts. It is the successor to Monolith.

Data structures and abstract data types make managing data simple.

  • Use collections such as Lists, Queues, and Sets
  • Easily build collections of data
  • Utilize enumeration to transform data
  • Stop focusing on the plumbing

Installation

Keystone can be installed in a roblox-ts project by adding it to your package.json.

npm install @rbxts/keystone

You can then sync or build your project with Rojo.

In the future we plan to support installation through Wally.

Contributing

Contributions are welcome, please make a pull request! Check out our contribution guide for further information.

Please read our code of conduct when getting involved.

License

Keystone is free software available under the MIT license. See the license for details.

About

A Roblox collections library.

License:MIT License


Languages

Language:TypeScript 100.0%