Module: Butterfly
- Defined in:
- lib/base.rb,
lib/base.rb,
lib/options.rb,
lib/butterfly.rb
Defined Under Namespace
Modules: Options, Stub Classes: Base, CodeGenerators, GeneratorError, GeneratorFolderExists, GeneratorSourceMissingError
Constant Summary collapse
- VERSION =
Current version
'0.5.2'
- DOTFOLDER =
local lepidoptera folder
'.lepidoptera'
- GENERATOR_GROUPS =
path of build-in code generators
File.join(File.dirname(__FILE__), '..', '*_generators')
- USER_GROUPS =
path of user code generator groups
File.join(File.('~'), DOTFOLDER, '*_generators')