separate out the utility and library code
Opened this issue · 0 comments
kyleburton commented
There are lots of valuable utility functions in bake (eg: the echo functions). It would be great to be able to use them outside of bake itself. It'd be a win if bake was split into bake
and bakelib.sh
where bake
sourced bakelib.sh
from the same directory it lives in but otherwise contained only the main
function.