From 1415d17cc8145c740651de97ce0046ef6397da18 Mon Sep 17 00:00:00 2001 From: moonq Date: Tue, 26 Apr 2022 09:07:04 +0300 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7df774 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# bake + +Bash make, with very lightweight approach + +This is very similar to https://github.com/rumkin/bake project, but +slightly simpler implementation. No additional folders or files, +just a Bakefile with functions required. + +If you want to use the interactive menu, install https://github.com/p-gen/smenu +`smenu` is installable via apt-get in debian/ubuntu based distros. +