Sha256: 641a8370e594e30550409f60874246b458a4da8ead0401f85525a324c563b6c0

Contents?: true

Size: 418 Bytes

Versions: 4

Compression:

Stored size: 418 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
        AliasManager.new.start
    end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solara-0.4.0 solara/lib/core/solara_configurator.rb
solara-0.3.0 solara/lib/core/solara_configurator.rb
solara-0.2.4 solara/lib/core/solara_configurator.rb
solara-0.2.3 solara/lib/core/solara_configurator.rb