module Butler
Overview
Keeps track of projects
butler init
- initialize a Butler project butler tasks
- show all tasks in the project butler task show ID
- detail the task with ID butler "start-task | task start" ID
- mark a task as started butler "complete-task | tash complete" ID
- mark a task as complete
Defined in:
butler.crbutler/datatypes.cr
butler/dispatcher.cr
butler/exceptions.cr
butler/instructions.cr
butler/logger.cr
butler/store.cr
Constant Summary
-
BUTLER_DATA =
"#{BUTLER_DIRECTORY}/store.json"
-
BUTLER_DIRECTORY =
".butler"
-
VERSION =
"0.1.0"