Libraries
»
webgit
(0.1.1)
»
Index (W)
»
Webgit
Module: Webgit
Defined in:
lib/webgit.rb
,
lib/webgit/app.rb,
lib/webgit/helpers.rb,
lib/webgit/version.rb
Defined Under Namespace
Modules:
Helpers
Classes:
App
Constant Summary
collapse
GIT_REPO =
ARGV
[
0
]
||
Dir
.
pwd
PORT =
ARGV
[
1
]
||
9999
VERSION =
"
0.1.1
"