Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
/ rbxcr-types Public archive

Code generation tool to generate Crystal type definitions for the Roblox API. Includes the partially handwritten and partially auto-generated type definitions.

License

Notifications You must be signed in to change notification settings

R-unic/rbxcr-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

rbxcr-types

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.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      rbxcr_types:
        github: Paragon-Studios/rbxcr-types
  2. Run shards install

Usage

require "rbxcr_types"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/Paragon-Studios/rbxcr-types/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • R-unic - creator and maintainer

About

Code generation tool to generate Crystal type definitions for the Roblox API. Includes the partially handwritten and partially auto-generated type definitions.

Topics

Resources

License

Stars

Watchers

Forks