Simplifying bundle generation since 2026
- Lua 100%
| .editorconfig | add editorconfig | |
| .gitignore | file handling | |
| DOCUMENTATION | add support for targets; bump up version | |
| gen-bundle.lua | add support for targets; bump up version | |
| LICENSE | first commit! | |
| README | add support for targets; bump up version | |
gen-bundle ========== gen-bundle is a very small Lua module for generating bundles for sbundle. To install, read the '1 - Install' section in the documentation. Why Lua? ======== Lua is minimal and very portable, and I think suits the nature of sbundle. It is also easy to create simple scripts in. Since sbundle and the syntax of bundle files are minimal too, if you do not want a Lua implementation, you can always build up a new one in languages like Python or even POSIX sh with total ease, depending on who you are. Documentation ============= Documentation (and changelog) is in DOCUMENTATION. About ===== sbundle can be found at https://codeberg.org/micro4scopic/sbundle. Copyright (C) 2026 Ruben Preece <holeinwall@anche.no> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License, or LICENSE in this program's source directory, for more details.