Add CommandKit::Erb
Closed this issue · 1 comments
postmodern commented
Add a CommandKit::Erb
module that adds a erb
method that renders an .erb
file using the current binding
.
postmodern commented
CommandKit::FileUtils
has an erb
method. Might move it out into CommandKit::Erb
in the future, if people want an erb
method without the FileUtils
methods.