Module: Waff

Defined in:
lib/waff.rb,
lib/waff/issue.rb,
lib/waff/config.rb,
lib/waff/version.rb,
lib/waff/commander.rb,
lib/waff/repository.rb,
lib/waff/commands/list.rb,
lib/waff/commands/open.rb,
lib/waff/commands/show.rb,
lib/waff/commands/take.rb,
lib/waff/commands/pause.rb,
lib/waff/commands/command.rb,
lib/waff/local_repository.rb

Defined Under Namespace

Modules: Commands Classes: Commander, Config, Issue, LocalRepository, Repository

Constant Summary collapse

CONFIG_FILE =
'.waff.yml'
EXCLUDE_FILE =
'.git/info/exclude'
HELP_TEXT =
"Waff version \#{Waff::VERSION}\n\nUsage:\n\nwaff [command] [params]\n\nCommands:\n\nwaff list         -- Shows ready and in progress issues\nwaff show         -- Shows description of current issue (determined by current branch)\nwaff show number  -- Shows description of a given issue\nwaff take number  -- Sets the issue in progress, assigns it to yourself, and creates a branch for it\nwaff pause number -- Sets the issue to ready state\n"
VERSION =
'0.0.7'.freeze