Create README.md

This commit is contained in:
moonq
2022-04-26 09:07:04 +03:00
committed by GitHub
parent 6c9f2d634d
commit 1415d17cc8

11
README.md Normal file
View File

@@ -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.