Module: Redbreast
- Defined in:
- lib/redbreast.rb,
lib/redbreast/version.rb,
lib/redbreast/io/config.rb,
lib/redbreast/helpers/hash.rb,
lib/redbreast/error_handler.rb,
lib/redbreast/commands/setup.rb,
lib/redbreast/helpers/general.rb,
lib/redbreast/helpers/terminal.rb,
lib/redbreast/crawlers/color_crawler.rb,
lib/redbreast/crawlers/image_crawler.rb,
lib/redbreast/serializers/serializer.rb,
lib/redbreast/commands/color_generator.rb,
lib/redbreast/commands/image_generator.rb,
lib/redbreast/serializers/objc_serializer.rb,
lib/redbreast/serializers/swift_serializer.rb,
lib/redbreast/commands/color_test_generator.rb,
lib/redbreast/commands/image_test_generator.rb,
lib/redbreast/serializers/swiftui_serializer.rb,
lib/redbreast/commands/configuration_installer.rb,
lib/redbreast/template_generators/objc_template_generator.rb,
lib/redbreast/template_generators/swift_template_generator.rb,
lib/redbreast/template_generators/swiftui_template_generator.rb,
lib/redbreast/template_generators/colors/objc_colors_template_generator.rb,
lib/redbreast/template_generators/images/objc_images_template_generator.rb,
lib/redbreast/template_generators/colors/swift_colors_template_generator.rb,
lib/redbreast/template_generators/images/swift_images_template_generator.rb,
lib/redbreast/template_generators/colors/swiftui_colors_template_generator.rb,
lib/redbreast/template_generators/images/swiftui_images_template_generator.rb,
lib/redbreast/template_generators/tests/colors/objc_colors_tests_template_generator.rb,
lib/redbreast/template_generators/tests/images/objc_images_tests_template_generator.rb,
lib/redbreast/template_generators/tests/colors/swift_colors_tests_template_generator.rb,
lib/redbreast/template_generators/tests/images/swift_images_tests_template_generator.rb,
lib/redbreast/template_generators/tests/colors/swiftui_colors_tests_template_generator.rb,
lib/redbreast/template_generators/tests/images/swiftui_images_tests_template_generator.rb
Overview
Program used for creating images and colors
Defined Under Namespace
Modules: Command, Crawler, Helper, IO, Serializer, TemplateGenerator Classes: ErrorHandler
Constant Summary collapse
- VERSION =
'1.4.2'