1
0
Fork
You've already forked gen-bundle
0
Simplifying bundle generation since 2026
  • Lua 100%
2026年03月07日 21:58:47 +00:00
.editorconfig add editorconfig 2026年03月07日 21:58:47 +00:00
.gitignore file handling 2026年02月20日 01:39:59 +00:00
DOCUMENTATION add support for targets; bump up version 2026年03月07日 21:47:22 +00:00
gen-bundle.lua add support for targets; bump up version 2026年03月07日 21:47:22 +00:00
LICENSE first commit! 2026年02月19日 23:31:18 +00:00
README add support for targets; bump up version 2026年03月07日 21:47:22 +00:00

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.