Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.8 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.8 KB

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 [email protected]: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