@rbxts/abbreviate

A lightweight number abbreviator


Keywords
abbreviate, roblox, roblox-ts, roblox-typescript, number
License
MPL-2.0
Install
npm install @rbxts/abbreviate@3.0.4

Documentation

OverHash's roblox-ts libraries

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.

Libraries

Here are the following packages which I am actively maintaining:

Contributing

If a package is on my active library list, feel free to make an issue. PR's are, of course, welcome.

  1. clone this repository: git clone git@github.com:OverHash/Roblox-TS-Libraries.git
  2. run npm install in the root directory of the repository
  3. navigate to the relevant directory of the package you wish to make a change for
  4. this repository supports using volta to handle your node installation, if you choose to use it.
  5. npm install for the appropriate packages, and make your changes!
  6. make sure to test your changes!
  7. update any changelogs