To rebrand this starter template for your own Mudlet package, you should update the following files and directories:
/README.md
and /docs/
/README.md
and the contents of /docs/
with your own content,
branding, and documentation./muddler/mfile
mfile
to use your own package name, author, and summary./muddler/README.md
/muddler/src/
mudlet-package-dev-1.rockspec
— pure Lua, non-binary, runtime-only
dependencies/src/
/src/app/init.lua
to integrate your application code.Note:
/muddler/src/resources/lua/
is a reserved folder.
During the build process, this is populated automatically as the mountpoint for the/src/
folder.
Any content in this folder is removed during the build process.