Module: Lucie

Includes:
Exceptions
Defined in:
lib/lucie.rb,
lib/lucie/app.rb,
lib/lucie/version.rb,
lib/lucie/exceptions.rb,
lib/lucie/controller/base.rb,
lib/lucie/validators/base.rb,
lib/lucie/snippets/template.rb,
lib/lucie/command_line_parser.rb,
lib/lucie/command_line_slicer.rb,
lib/lucie/validators/optional.rb,
lib/lucie/controller/exit_request.rb,
lib/lucie/helpers/controller_name.rb,
lib/lucie/validators/mandatory_option.rb

Overview

Lucie is a modular MVC terminal application framework. With Lucie easy to create command line application using controllers to describe the process, models to store additional data permanently, and views to generate configuration files for applications.

Lucie-lib is a glue for these MVC components and provide additional helper methods to support faster and easier developing.

Defined Under Namespace

Modules: Controller, Core, Exceptions, Helpers, Snippets, Validators Classes: App

Constant Summary collapse

VERSION =
"0.1.2"