/rails_typescript_types

experimental generator of typescript type definitions by parsing rails schemas

Primary LanguageJavaScript

Rails Typescript Types

Experimental proof of concept generator of typescript type definitions done by statically parsing Rails database schema.

Very, very experimental!

Usage

  1. clone repo
  2. node index.js /path/to/rails/project/folder/
  3. if everything works you should get the definitions printed to stdout after the logs