Skip to content

Added rails template generator

Latest
Compare
Choose a tag to compare
@bdrazhzhov bdrazhzhov released this 12 Sep 10:52
· 2 commits to master since this release

Adds all of the plumbing to support a .ts file template generator. In the spirit of maintiaining existing functionality, we do not default the default javascript generator to typescript. However, anyone can opt into this functionality by adding the following to their config/application.rb:

config.generators do |g|
  g.javascript_engine :typescript
end