Sha256: 43b0580888dc4c0110cf76284bdd88ab94fde7ba323b075dae1bf3c1d691bc99

Contents?: true

Size: 170 Bytes

Versions: 9

Compression:

Stored size: 170 Bytes

Contents

require_relative "./ts_routes/version"
require_relative "./ts_routes/generator"

module TsRoutes
  def self.generate(**opts)
    Generator.new(**opts).generate
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ts_routes-0.9.0 lib/ts_routes.rb
ts_routes-0.8.0 lib/ts_routes.rb
ts_routes-0.7.0 lib/ts_routes.rb
ts_routes-0.6.0 lib/ts_routes.rb
ts_routes-0.5.0 lib/ts_routes.rb
ts_routes-0.4.0 lib/ts_routes.rb
ts_routes-0.3.0 lib/ts_routes.rb
ts_routes-0.2.0 lib/ts_routes.rb
ts_routes-0.1.0 lib/ts_routes.rb