Extract the CLI into a new Homesick::CLI class, while making Homesick a module

This commit is contained in:
Nicolas McCurdy
2014-04-16 17:20:05 -04:00
parent 41f3f9d374
commit 705a416d74
8 changed files with 346 additions and 339 deletions

View File

@@ -1,5 +1,5 @@
# -*- encoding : utf-8 -*-
class Homesick
module Homesick
# Git-related and file-related helper methods for the Homesick class
module Actions
# TODO: move this to be more like thor's template, empty_directory, etc