These are libraries I have developed and maintain for the roblox-ts
ecosystem.
They are hosted on the roblox-ts npm
registry under the @rbxts
scope.
Here are the following packages which I am actively maintaining:
abbreviate
: A simple number abbreviatorjanitor
: Typings for howmanysmall's forkedjanitor module
profileservice
: Typings for Mad Studio'sdatastore library
quicksave
: Typings for evaera'sdatastore library
, now archived.react-redux
: Typings for chriscerie'sreact-redux package
virtualized-list
: Typings of jsdotlua'svirtualized react scroller
If a package is on my active library list, feel free to make an issue. PR's are, of course, welcome.
- clone this repository:
git clone git@github.com:OverHash/Roblox-TS-Libraries.git
- run
npm install
in the root directory of the repository - navigate to the relevant directory of the package you wish to make a change for
- this repository supports using
volta
to handle your node installation, if you choose to use it. npm install
for the appropriate packages, and make your changes!- make sure to test your changes!
- update any changelogs