Sha256: e4b82f435b40291f328a881720673af07775c59581575080b21b1379b9f04f56
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 Bytes
Contents
Dir[File.expand_path('scripts/*.rb', __dir__)].each { |file| require_relative file } Dir[File.expand_path('platform/android/*.rb', __dir__)].each { |file| require_relative file } Dir[File.expand_path('platform/flutter/*.rb', __dir__)].each { |file| require_relative file } class SolaraConfigurator def initialize end def start GitignoreManager.ignore AliasGeneratorManager.new.start end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solara-0.2.2 | solara/lib/core/solara_configurator.rb |
solara-0.2.1 | solara/lib/core/solara_configurator.rb |