Sha256: 26573a5c376986c873027ef3aabe1c78988c514bc3fe4ef90bc20eec4dec3837

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 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_redundant_files
        AliasGeneratorManager.new.start
    end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solara-0.2.0 solara/lib/core/solara_configurator.rb
solara-0.1.0 solara/lib/core/solara_configurator.rb