From a73b1614136ad71fd9c2ae00d525175c88becc28 Mon Sep 17 00:00:00 2001 From: rodley82 Date: Wed, 19 Nov 2025 12:00:36 -0300 Subject: [PATCH] added readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b62aee --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# AFIP Lua Scripts + +These Lua scripts are intended to be used by the **bot-bunny** project. + +They provide AFIP-related functionality that is consumed by bot-bunny services and tools. This repository is not meant to be used standalone; instead, it should be included or referenced from the main bot-bunny project. + +## Usage + +- **Include in bot-bunny:** Add this repository as a dependency or submodule of your main **bot-bunny** project. +- **Load scripts:** Configure your bot-bunny services to load and execute the relevant Lua scripts as needed. +- **Develop here, test there:** Any changes or additions to these scripts should be tested within the context of the bot-bunny project. + +## Related Project + +- **bot-bunny** – main project that uses these scripts.