Created
August 27, 2014 14:21
-
-
Save dgoodlad/057a2ff0202a95d562e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Shortcut for a module under development | |
def dev(name, *args) | |
mod "boxen-#{name}", :path => "#{ENV['BOXEN_SRC_DIR']}/boxen/puppet-#{name}" | |
end | |
dev "boxen", #... Any args after this get ignored, for convenience |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment