Module: Dude
- Defined in:
- lib/dude.rb,
lib/dude/config.rb,
lib/dude/version.rb,
lib/dude/commands.rb,
lib/dude/settings.rb,
lib/dude/git/commit.rb,
lib/dude/setup/jira.rb,
lib/dude/commands/pr.rb,
lib/dude/setup/toggl.rb,
lib/dude/git/checkout.rb,
lib/dude/health_check.rb,
lib/dude/setup/github.rb,
lib/dude/setup/trello.rb,
lib/dude/commands/move.rb,
lib/dude/commands/stop.rb,
lib/dude/commands/start.rb,
lib/dude/commands/tasks.rb,
lib/dude/commands/track.rb,
lib/dude/code_management.rb,
lib/dude/commands/commit.rb,
lib/dude/git/remote_name.rb,
lib/dude/commands/install.rb,
lib/dude/commands/version.rb,
lib/dude/commands/checkout.rb,
lib/dude/commands/pr/create.rb,
lib/dude/commands/pr/remove.rb,
lib/dude/commands/health_check.rb,
lib/dude/git/current_branch_name.rb,
lib/dude/project_management/jira.rb,
lib/dude/time_trackers/toggl/base.rb,
lib/dude/project_management/client.rb,
lib/dude/project_management/trello.rb,
lib/dude/code_management/github/client.rb,
lib/dude/project_management/jira/client.rb,
lib/dude/project_management/trello/client.rb,
lib/dude/project_management/entities/issue.rb,
lib/dude/time_trackers/toggl/stop_time_entry.rb,
lib/dude/time_trackers/toggl/start_time_entry.rb,
lib/dude/project_management/trello/fetch_lists.rb,
lib/dude/project_management/jira/move_task_to_list.rb,
lib/dude/code_management/github/create_pull_request.rb,
lib/dude/project_management/jira/fetch_current_task.rb,
lib/dude/project_management/jira/fetch_current_tasks.rb,
lib/dude/project_management/jira/get_task_name_by_id.rb,
lib/dude/project_management/trello/move_task_to_list.rb,
lib/dude/project_management/trello/fetch_current_task.rb,
lib/dude/project_management/trello/fetch_current_tasks.rb,
lib/dude/project_management/trello/get_task_name_by_id.rb
Defined Under Namespace
Modules: CodeManagement, Commands, Git, ProjectManagement, Settings, Setup, Toggl Classes: Config, HealthCheck, TaskNotFoundError, ToBeImplementedError
Constant Summary collapse
- SETTINGS =
Dude::Config.configure_with('.duderc.yml')
- LIST_OF_AVAILABLE_PROJECT_MANAGEMENT_TOOLS =
%w[jira trello].freeze
- VERSION =
'2.1.0'