Module: Konstruct

Defined in:
lib/cli/gulp.rb,
lib/cli/init.rb,
lib/cli/scaffold.rb,
lib/cli/skeleton.rb,
lib/konstruct/config.rb,
lib/cli/documentation.rb,
lib/konstruct/version.rb

Overview

  1. OPEN DOCUMENTATION +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Defined Under Namespace

Classes: Cli

Constant Summary collapse

BOILERPLATE =
{
    
    "Default" => "https://github.com/konstruct/boilerplate.www",
    "Jekyll" => "https://github.com/konstruct/boilerplate.jekyll",
    "Angular" => "https://github.com/konstruct/boilerplate.angular"    
    
}
FRAMEWORK =
{
    
    "gulp" => "https://github.com/konstruct/konstruct.gulp.git",
    "scss" => "https://github.com/konstruct/konstruct.scss.git",    
    "site" => "https://github.com/konstruct/konstruct.site.git",    
    "glue" => "https://github.com/konstruct/konstruct.glue.git",
    "angular" => "https://github.com/konstruct/konstruct.angular.git",
    "js" => "https://github.com/konstruct/konstruct.js.git"    
    
}
VERSION =
"0.6.0"