Module: Proteus

Defined in:
lib/proteus/kit.rb,
lib/proteus/repos.rb,
lib/proteus/version.rb

Defined Under Namespace

Classes: Kit

Constant Summary collapse

REPOS =
{
  middleman: {
    name: "Middleman Starter",
    url: "https://github.com/thoughtbot/proteus-middleman.git"
  },

  jekyll: {
    name: "Jekyll Starter",
    url: "https://github.com/thoughtbot/proteus-jekyll.git"
  }
}
VERSION =
"0.4"