This repository contains a code generation tool to generate Crystal type definitions for the Roblox API. Includes the partially handwritten and partially auto-generated type definitions.
-
Add the dependency to your
shard.yml
:dependencies: rbxcr_types: github: Paragon-Studios/rbxcr-types
-
Run
shards install
require "rbxcr_types"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/Paragon-Studios/rbxcr-types/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- R-unic - creator and maintainer