kyleburton / bake

Pure bash, very lightweight scripting and build framework.
29 stars 8 forks source link

separate out the utility and library code #19

Open kyleburton opened 7 years ago

kyleburton commented 7 years ago

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.