Module: Boilerpl8

Defined in:
lib/boilerpl8.rb

Defined Under Namespace

Modules: ShellHelper Classes: CommandOptionDefinition, CommandOptionError, CommandOptionParser, FileSystemOp, GithubOp, MainApp, Operation

Constant Summary collapse

RELEASE =
'$Release: 0.2.0 $'.split()[1]
INITIALIZER_SCRIPTS =
[
  ["__init.rb"   , "ruby"  ],
  ["__init.py"   , "python"],
  ["__init.js"   , "node"  ],
  ["__init.pl"   , "perl"  ],
  ["__init.php"  , "php"   ],
  ["__init.lua"  , "lua"   ],
  ["__init.exs"  , "elixir"],
  ["__init.sh"   , "bash"  ],
]